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.


Method Index

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

Methods

 o taskOK
 public abstract void taskOK()
Start the operation.

 o taskCancel
 public abstract void taskCancel()
Cancel the task without attempting the operation.

 o taskHelp
 public abstract void taskHelp()
Display help for the Task.

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

 o 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