com.ibm.aglet.event
Class AgletEvent

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

public abstract class AgletEvent
extends java.util.EventObject

The top level event of all aglet events.

Version:
1.70 $Date: 2001/07/28 06:34:11 $
Author:
Mitsuru Oshima
See Also:
Serialized Form

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

id

protected int id
Event id
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