All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.aglet.event.AgletEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.aglet.event.AgletEvent
- public abstract class AgletEvent
- extends EventObject
The top level event of all aglet events.
-
AgletEvent(Object, int)
- Constructs an AgletEvent with source and id.
-
getID()
- Gets the id of this event
AgletEvent
public AgletEvent(Object source,
int id)
- Constructs an AgletEvent with source and id.
getID
public int getID()
- Gets the id of this event
All Packages Class Hierarchy This Package Previous Next Index