All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.ui.event.ItemTableLaunchRequestListener

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

For example, there could be a component that contains a button that launches an ItemTable, but the manner in which the ItemTable 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 ItemTable could add an ItemTableLaunchRequestListener to the component, and handle the launch of the ItemTable in the appropriate manner.

See Also:
ItemTable

Method Index

 o itemTableLaunchRequested(ItemTableLaunchRequestEvent)
Called when there is a request to launch an ItemTable.

Methods

 o itemTableLaunchRequested
 public abstract void itemTableLaunchRequested(ItemTableLaunchRequestEvent event)
Called when there is a request to launch an ItemTable.

Parameters:
event - The ItemTableLaunchRequestEvent that specifies which ItemTable the user requested be launched.

All Packages  Class Hierarchy  This Package  Previous  Next  Index