|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.aglet.event.AgletEvent
The top level event of all aglet events.
Field Summary | |
protected int |
id
Event id |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
AgletEvent(java.lang.Object source,
int id)
Constructs an AgletEvent with source and id. |
Method Summary | |
int |
getID()
Gets the id of this event |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int id
Constructor Detail |
public AgletEvent(java.lang.Object source, int id)
Method Detail |
public int getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |