All Packages Class Hierarchy This Package Previous Next Index
Interface com.sgi.sysadm.ui.event.TaskControlListener
- public interface TaskControlListener
- extends EventListener
A TaskControlListener responds to events from a TaskControlPanel.
-
taskCancel()
- Cancel the task without attempting the operation.
-
taskGoToPage(GuideNavigationEvent)
- Go to a specific page in the Guide interface.
-
taskHelp()
- Display help for the Task.
-
taskOK()
- Start the operation.
-
taskToggleInterface()
- Toggle the Form/Guide interface.
taskOK
public abstract void taskOK()
- Start the operation.
taskCancel
public abstract void taskCancel()
- Cancel the task without attempting the operation.
taskHelp
public abstract void taskHelp()
- Display help for the Task.
taskToggleInterface
public abstract void taskToggleInterface()
- Toggle the Form/Guide interface.
taskGoToPage
public abstract void taskGoToPage(GuideNavigationEvent event)
- Go to a specific page in the Guide interface.
- Parameters:
- event - A GuideNavigationEvent describing the page to
navigate to.
All Packages Class Hierarchy This Package Previous Next Index