All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.event.ItemViewLaunchRequestEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.sgi.sysadm.ui.event.ItemViewLaunchRequestEvent

public class ItemViewLaunchRequestEvent
extends EventObject
An object that specifies an ItemView. From the data contained in this object, an ItemViewLaunchRequestListener can create an ItemView of the type that the source is requesting be launched.

See the ItemViewLaunchRequestListener documentation about how this event is used.

See Also:
ItemViewLaunchRequestListener, ItemView

Constructor Index

 o ItemViewLaunchRequestEvent(Object, String, String)
A constructor that takes the selectors of Category and Item of the ItemView to launch.

Method Index

 o getCategorySelector()
Returns the selector of the Category for which to launch an ItemView.
 o getItemSelector()
Returns the Item's selector for which to launch an ItemView.

Constructors

 o ItemViewLaunchRequestEvent
 public ItemViewLaunchRequestEvent(Object source,
                                   String categorySelector,
                                   String itemSelector)
A constructor that takes the selectors of Category and Item of the ItemView to launch.

Parameters:
source - The source of this event
categorySelector - The selector of the Category containing the Item of interest
itemSelector - The selector of the Item of interest

Methods

 o getCategorySelector
 public String getCategorySelector()
Returns the selector of the Category for which to launch an ItemView.

Returns:
The Selector of the Category
 o getItemSelector
 public String getItemSelector()
Returns the Item's selector for which to launch an ItemView.

Returns:
The Selector of the Item

All Packages  Class Hierarchy  This Package  Previous  Next  Index