Class PullTask
- java.lang.Object
 - 
- com.inductiveautomation.ignition.client.util.gui.ProgressDialog.ProgressTask
 - 
- com.inductiveautomation.ignition.designer.project.PullTask
 
 
 
- 
- All Implemented Interfaces:
 ProgressListener
public class PullTask extends ProgressDialog.ProgressTask
Sends the project's snapshots to the gateway in order to perform a pull, which will contain any changes made remotely. Returns these changes as aProjectChangeobject. 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.ignition.client.util.gui.ProgressDialog.ProgressTask
canceled, dialog 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PullTask(DesignerProjectTreeImpl project, StatusBar statusBar) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Objectrun()- 
Methods inherited from class com.inductiveautomation.ignition.client.util.gui.ProgressDialog.ProgressTask
allowsCancel, isCanceled, setIndeterminate, setNote, setProgress, setProgressDialog, setProgressMax 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PullTask
public PullTask(DesignerProjectTreeImpl project, StatusBar statusBar)
 
 - 
 
- 
Method Detail
- 
run
protected java.lang.Object run() throws java.lang.Exception- Specified by:
 runin classProgressDialog.ProgressTask- Throws:
 java.lang.Exception
 
 - 
 
 -