Interface GTask
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of this task.voidrun(DomainObject domainObject, TaskMonitor monitor) the run method where work can be performed on the given domain object.
-
Method Details
-
getName
-
run
the run method where work can be performed on the given domain object.- Parameters:
domainObject- the object to affect.monitor- the taskMonitor to be used to cancel and report progress.- Throws:
CancelledException- if the user cancelled the task.
-