com.dat.cx
Class CxExtendsNameChangeEvent

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

public class CxExtendsNameChangeEvent
extends java.util.EventObject

CxExtendsNameChangeEvents are dispatched to any registered listeners notifying them that the extends from component or any descendent of the extends from component has had its name changed.

See Also:
Serialized Form

Constructor Summary
CxExtendsNameChangeEvent(java.lang.Object source, java.lang.String path, java.lang.String name)
          Constructor
 
Method Summary
 java.lang.String getName()
          Get the new name
 java.lang.String getPath()
          Get the path to renamed component.
 
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

CxExtendsNameChangeEvent

public CxExtendsNameChangeEvent(java.lang.Object source,
                                java.lang.String path,
                                java.lang.String name)
Constructor
Parameters:
source - the extends from component
path - the path within the extends from component to where the descendent renamed component.
name - the new name for the component
Method Detail

getPath

public java.lang.String getPath()
Get the path to renamed component.
Returns:
path to the renamed component.

getName

public java.lang.String getName()
Get the new name
Returns:
the new name