All Packages Class Hierarchy This Package Previous Next Index
Class com.sgi.sysadm.ui.event.TaskControlAdapter
java.lang.Object
|
+----com.sgi.sysadm.ui.event.TaskControlAdapter
- public class TaskControlAdapter
- extends Object
- implements TaskControlListener
TaskControlAdaptwr implements trivial versions of all of the
TaskControlListener methods to simplify TaskControlListeners not
interested in all events.
-
TaskControlAdapter()
-
-
taskCancel()
- Cancel the operation.
-
taskGoToPage(GuideNavigationEvent)
- Go to a specific page in the Guide interface.
-
taskHelp()
- Display help about the Task.
-
taskOK()
- Start the operation.
-
taskToggleInterface()
- Toggle the Form/Guide interface.
TaskControlAdapter
public TaskControlAdapter()
taskOK
public void taskOK()
- Start the operation.
taskCancel
public void taskCancel()
- Cancel the operation.
taskHelp
public void taskHelp()
- Display help about the Task.
taskToggleInterface
public void taskToggleInterface()
- Toggle the Form/Guide interface.
taskGoToPage
public void taskGoToPage(GuideNavigationEvent event)
- Go to a specific page in the Guide interface.
- Parameters:
- A - GuideNavigationEvent describing the page to navigate to.
All Packages Class Hierarchy This Package Previous Next Index