Class PriviledgedDesignerTask

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.inductiveautomation.ignition.designer.gateway.PriviledgedDesignerTask
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class PriviledgedDesignerTask extends JDialog implements ActionListener
This class is used to run a task that takes an indeterminant amount of time, and can fail or time out. If the task takes m ore than 5 seconds, a dialog will be show showing the amout of time left before the task times out.
See Also: