All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.ui.event.TaskLaunchRequestListener

public interface TaskLaunchRequestListener
extends EventListener
TaskLaunchRequestListener is an interface for clients that want to know when a user has requested that an Task be launched. It is used for UI components that want to let another class deal with the details of how to launch the Task.

For example, there could be a component that contains a button that launches an Task, but the manner in which the Task should be displayed (in a new frame, embedded in another frame, etc) is not known to the component. Some higher level code that knew how to launch the Task could add an TaskLaunchRequestListener to the component, and handle the launch of the Task in the appropriate manner.

See Also:
Task

Method Index

 o taskLaunchRequested(TaskLaunchRequestEvent)
A request to launch a Task.

Methods

 o taskLaunchRequested
 public abstract void taskLaunchRequested(TaskLaunchRequestEvent event)
A request to launch a Task.

Parameters:
event - The TaskLaunchRequestEvent that specifies which Taskthe user requested be launched.

All Packages  Class Hierarchy  This Package  Previous  Next  Index