Class ProjectOpenTask
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.ProgressDialog.ProgressTask
com.inductiveautomation.ignition.designer.project.ProjectOpenTask
- All Implemented Interfaces:
- GatewayInterface.GatewayThroughputMonitor,- ProgressListener
public class ProjectOpenTask
extends ProgressDialog.ProgressTask
implements GatewayInterface.GatewayThroughputMonitor
ProgressTask that will return a RuntimeProject upon successful completion.
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.client.util.gui.ProgressDialog.ProgressTaskcanceled, dialog
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanvoidonProgressUpdate(long total, double throughput) Callback to notify that the throughput has changed.protected Objectrun()Methods inherited from class com.inductiveautomation.ignition.client.util.gui.ProgressDialog.ProgressTaskisCanceled, setIndeterminate, setNote, setProgress, setProgressDialog, setProgressMax
- 
Constructor Details- 
ProjectOpenTask
 
- 
- 
Method Details- 
run- Specified by:
- runin class- ProgressDialog.ProgressTask
- Throws:
- Exception
 
- 
allowsCancelprotected boolean allowsCancel()- Overrides:
- allowsCancelin class- ProgressDialog.ProgressTask
 
- 
onProgressUpdatepublic void onProgressUpdate(long total, double throughput) Description copied from interface:GatewayInterface.GatewayThroughputMonitorCallback to notify that the throughput has changed.- Specified by:
- onProgressUpdatein interface- GatewayInterface.GatewayThroughputMonitor
- throughput- In bytes/sec
 
 
-