com.dat.cx
Class CxExtendsRemoveEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.dat.cx.CxExtendsRemoveEvent
All Implemented Interfaces:
java.io.Serializable

public class CxExtendsRemoveEvent
extends java.util.EventObject

CxExtendsRemoveEvents are dispatched to any registered listeners notifying them that a component has been removed from or within an extends from component

See Also:
Serialized Form

Constructor Summary
CxExtendsRemoveEvent(java.lang.Object source, java.lang.String path)
          Constructor
 
Method Summary
 java.lang.String getPath()
          Get the path to where the descendent component has been added.
 
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

CxExtendsRemoveEvent

public CxExtendsRemoveEvent(java.lang.Object source,
                            java.lang.String path)
Constructor
Parameters:
source - the extends from component
path - the path within the extends from component to where the descendent component has been removed.
Method Detail

getPath

public java.lang.String getPath()
Get the path to where the descendent component has been added. That is the parent of the added component.
Returns:
path to where the component has been added.