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.


Constructor Index

 o TaskControlAdapter()

Method Index

 o taskCancel()
Cancel the operation.
 o taskGoToPage(GuideNavigationEvent)
Go to a specific page in the Guide interface.
 o taskHelp()
Display help about the Task.
 o taskOK()
Start the operation.
 o taskToggleInterface()
Toggle the Form/Guide interface.

Constructors

 o TaskControlAdapter
 public TaskControlAdapter()

Methods

 o taskOK
 public void taskOK()
Start the operation.

 o taskCancel
 public void taskCancel()
Cancel the operation.

 o taskHelp
 public void taskHelp()
Display help about the Task.

 o taskToggleInterface
 public void taskToggleInterface()
Toggle the Form/Guide interface.

 o 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