|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.dat.cx.CxComponentChildrenEvent
CxComponentChangeEvents are dispatched to any registered listeners notifying them that a child has been added or removed.
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 |
public CxComponentChildrenEvent(java.lang.Object source, CxComponent child)
source
- the parent componentchild
- the child that was added or removed.Method Detail |
public CxComponent getChild()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |