Package com.inductiveautomation.ignition.common.gui.progress
package com.inductiveautomation.ignition.common.gui.progress
-
ClassDescriptionAn empty implementation for use when we don't really care about progress.Interface for listening to something that can be tracked.The idea of progress tracking has multiple facets, namely:
Designer tasks Designer/Gateway communciation tasksAn exception that can be used in the process of canceling a task.Extends fromProgressListener
to add the ability to tell the task that it has been canceled.Provides the current state of a progress operation.This is a helper wrapper class that simply adds an increment() function around the ProgressListener, and tracks the current progress internally.