com.quadrique.jbuildingblocks.gui
Class ShortcutsViewsEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Constructor Summary
ShortcutsViewsEvent(Object zSource, String zViewId)
          The constructor of the class.
 
Method Summary
 String getViewId()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

getViewId

public String getViewId()
Returns:
the identifier of the active view


Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.