|
|||||||||
| 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 |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public CloneAdapter()
| Method Detail |
public void onCloning(CloneEvent event)
public void onClone(CloneEvent event)
public void onCloned(CloneEvent event)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||