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