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