Class TagTransferHandler.ImportClientTagTask
java.lang.Object
com.inductiveautomation.ignition.designer.tags.tree.TagTransferHandler.ImportClientTagTask
- All Implemented Interfaces:
AsyncClientTask
- Enclosing class:
- TagTransferHandler
public static class TagTransferHandler.ImportClientTagTask
extends Object
implements AsyncClientTask
Designed to import Vision client tags via XML text
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether or not the user is allowed to cancel the operation.A helpful title describing the operation for the user.void
run
(TaskProgressListener progressListener) The "work" function.
-
Method Details
-
getTaskTitle
Description copied from interface:AsyncClientTask
A helpful title describing the operation for the user.- Specified by:
getTaskTitle
in interfaceAsyncClientTask
-
canCancel
public boolean canCancel()Description copied from interface:AsyncClientTask
Whether or not the user is allowed to cancel the operation.- Specified by:
canCancel
in interfaceAsyncClientTask
-
run
Description copied from interface:AsyncClientTask
The "work" function. Should update the progressListener of status, and check whether the operation has been canceled, if applicable. Should throw an exception on failure.- Specified by:
run
in interfaceAsyncClientTask
- Throws:
Exception
-