com.dat.cx
Class CxComponentChildrenEvent

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

public class CxComponentChildrenEvent
extends java.util.EventObject

CxComponentChangeEvents are dispatched to any registered listeners notifying them that a child has been added or removed.

See Also:
Serialized Form

Constructor Summary
CxComponentChildrenEvent(java.lang.Object source, CxComponent child)
          Constructor
 
Method Summary
 CxComponent getChild()
           
 
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

CxComponentChildrenEvent

public CxComponentChildrenEvent(java.lang.Object source,
                                CxComponent child)
Constructor
Parameters:
source - the parent component
child - the child that was added or removed.
Method Detail

getChild

public CxComponent getChild()