com.dat.cx
Class CxComponentChangeEvent

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

public class CxComponentChangeEvent
extends java.util.EventObject

CxComponentChangeEvent are dispatched to any registered listeners notifying them of any changes to a components properties or attributes (ie x, y, name).

See Also:
Serialized Form

Constructor Summary
CxComponentChangeEvent(java.lang.Object source)
          Constuctor
 
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

CxComponentChangeEvent

public CxComponentChangeEvent(java.lang.Object source)
Constuctor
Parameters:
source - the component that was changed.