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.

Variable Index

 o id
Event id
 o source
Source of the event

Constructor Index

 o AgletEvent(Object, int)
Constructs an AgletEvent with source and id.

Method Index

 o getID()
Gets the id of this event
 o getSource()
Gets the source of this event

Variables

 o source
  protected Object source
Source of the event
 o id
  protected int id
Event id

Constructors

 o AgletEvent
  public AgletEvent(Object source,
                    int id)
Constructs an AgletEvent with source and id.

Methods

 o getSource
  public Object getSource()
Gets the source of this event
 o getID
  public int getID()
Gets the id of this event

All Packages  Class Hierarchy  This Package  Previous  Next  Index