|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.aglet.event.CloneAdapter
The adapter which receives clone events. This class is provided as convenience for easily creating listerns by extending this class and overriding only the methods of interest.
Constructor Summary | |
CloneAdapter()
|
Method Summary | |
void |
onClone(CloneEvent event)
Invoked after an aglet was cloned. |
void |
onCloned(CloneEvent event)
Invoked after an aglet was cloned. |
void |
onCloning(CloneEvent event)
Invoked when an aglet is attempted to clone |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CloneAdapter()
Method Detail |
public void onClone(CloneEvent event)
onClone
in interface CloneListener
public void onCloned(CloneEvent event)
onCloned
in interface CloneListener
public void onCloning(CloneEvent event)
onCloning
in interface CloneListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |