All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.manager.taskManager.TaskManagerAction

public interface TaskManagerAction
extends TaskManagerPlugin
TaskManagerAction is the interface that must be implemented by objects that want to have an asynchronous action initiated by TaskManager.


Method Index

 o taskManagerStartAction(ResultListener)
Initiate an asynchronous action.

Methods

 o taskManagerStartAction
 public abstract void taskManagerStartAction(ResultListener listener)
Initiate an asynchronous action. TaskManager will stay busy until listener.succeeded() or listener.failed is called.

Parameters:
listener - Result listener to notify when the action is complete.

All Packages  Class Hierarchy  This Package  Previous  Next  Index