|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
com.ibm.aglet.event.AgletEvent
com.ibm.aglet.event.CloneEvent
The clon event occurs when the cloning of an aglet is attempted.
| Field Summary | |
static int |
AGLET_CLONE_FIRST
Marks the first integer id for the range of clone event ids. |
static int |
AGLET_CLONE_LAST
Marks the last integer id for the range of clone event ids. |
static int |
CLONE
The CLONE event type is delivered when the clone of the aglet is created. |
static int |
CLONED
The CLONED event type is delivered after the cloning of the aglet finished. |
static int |
CLONING
The CLONING event type is delivered when the aglet is attempted to clone. |
private static java.lang.String[] |
name
|
| Fields inherited from class com.ibm.aglet.event.AgletEvent |
id |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
CloneEvent(int id,
AgletProxy aglet)
Constructs the clone event object with the specified id and aglet |
|
| Method Summary | |
AgletProxy |
getAgletProxy()
Returns the aglet proxy which is the source of the event. |
java.lang.String |
toString()
|
| Methods inherited from class com.ibm.aglet.event.AgletEvent |
getID |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int AGLET_CLONE_FIRST
public static final int AGLET_CLONE_LAST
public static final int CLONING
public static final int CLONE
public static final int CLONED
private static java.lang.String[] name
| Constructor Detail |
public CloneEvent(int id,
AgletProxy aglet)
| Method Detail |
public AgletProxy getAgletProxy()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||