com.extjs.gxt.ui.client.event
Class ComponentManagerEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.ComponentManagerEvent

public class ComponentManagerEvent
extends BaseEvent

Event type for ComponentManager.


Constructor Summary
ComponentManagerEvent(ComponentManager manager, Component component)
           
 
Method Summary
 Component getComponent()
          Returns the component being registered or unregistered.
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent
getSource, getType, isCancelled, setCancelled, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentManagerEvent

public ComponentManagerEvent(ComponentManager manager,
                             Component component)
Method Detail

getComponent

public Component getComponent()
Returns the component being registered or unregistered.

Returns:
the component