All Packages Class Hierarchy This Package Previous Next Index
Interface com.sgi.sysadm.ui.event.ItemViewLaunchRequestListener
- public interface ItemViewLaunchRequestListener
- extends EventListener
ItemViewLaunchRequestListener is an interface for clients that want to
know when a user has requested that an ItemView be launched. It
is used for UI components that want to let another class deal with
the details of how to launch the ItemView.
For example, there
could be a component that contains a button that launches an ItemView,
but the manner in which the ItemView 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
ItemView could add an ItemViewLaunchRequestListener to the
component, and handle the launch of the ItemView in the
appropriate manner.
- See Also:
- ItemView
-
itemViewLaunchRequested(ItemViewLaunchRequestEvent)
-
A request to launch an ItemView.
itemViewLaunchRequested
public abstract void itemViewLaunchRequested(ItemViewLaunchRequestEvent event)
- A request to launch an ItemView.
- Parameters:
- event - The ItemViewLaunchRequestEvent that specifies which
ItemView the user requested be launched.
All Packages Class Hierarchy This Package Previous Next Index