All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.ui.event.TaskLaunchComponentListener

public interface TaskLaunchComponentListener
extends EventListener
An interface for classes that want to be notified when the state of a TaskLaunchComponent changes. If the TaskLaunchComponent is being used in a metatask, then based on the state of the TaskLaunchComponent, the metatask might enable other TaskLaunchComponent, or set the status field of the TaskLaunchComponent to a particular string.

See Also:
TaskLaunchComponent

Method Index

 o taskLaunchComponentStateChanged(TaskLaunchComponentEvent)
Called when the state of the TaskLaunchComponent changes.

Methods

 o taskLaunchComponentStateChanged
 public abstract void taskLaunchComponentStateChanged(TaskLaunchComponentEvent event)
Called when the state of the TaskLaunchComponent changes.

Parameters:
event - The TaskLaunchComponentEvent that specifed the current state of the TaskLaunchComponent.

All Packages  Class Hierarchy  This Package  Previous  Next  Index