com.quadrique.jbuildingblocks.gui
Class ShortcutsViewsEvent
java.lang.Object
java.util.EventObject
com.quadrique.jbuildingblocks.gui.ShortcutsViewsEvent
- All Implemented Interfaces:
- Serializable
public class ShortcutsViewsEvent
- extends EventObject
This class describes the event posted by a ShortcutsViews class instance
whenever one of the view is displayed and active.
- Author:
- Hervé Rivere
- See Also:
- Serialized Form
ShortcutsViewsEvent
public ShortcutsViewsEvent(Object zSource,
String zViewId)
- The constructor of the class.
- Parameters:
zSource - the object that created this event,zViewId - the identifier of the view
getViewId
public String getViewId()
- Returns:
- the identifier of the active view
Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.