com.ibm.aglet.event
Class AgletEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.aglet.event.AgletEvent
Direct Known Subclasses:
CloneEvent, ContextEvent, MobilityEvent, PersistencyEvent

public abstract class AgletEvent
extends java.util.EventObject

The top level event of all aglet events.

See Also:
Serialized Form

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgletEvent

public AgletEvent(java.lang.Object source,
                  int id)
Constructs an AgletEvent with source and id.
Method Detail

getID

public int getID()
Gets the id of this event