Package jade.core.event
Class JADEEvent
- java.lang.Object
-
- java.util.EventObject
-
- jade.util.Event
-
- jade.core.event.JADEEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AgentEvent,ContainerEvent,MessageEvent,MTPEvent,PlatformEvent
public class JADEEvent extends Event
This class represents a generic JADE event.- Version:
- $Date$ $Revision$
- Author:
- Giovanni Rimassa - Universita` di Parma, David I. Bell, Dick Cowan - Hewlett-Packard
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description JADEEvent(int type, ContainerID cid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerIDgetPlace()DategetTime()-
Methods inherited from class jade.util.Event
addParameter, getParameter, getType, notifyProcessed, reset, resetProcessed, waitUntilProcessed, waitUntilProcessed
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
JADEEvent
public JADEEvent(int type, ContainerID cid)
-
-
Method Detail
-
getPlace
public ContainerID getPlace()
-
getTime
public Date getTime()
-
-