jade.core.event
Class JADEEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jade.util.Event
              |
              +--jade.core.event.JADEEvent
Direct Known Subclasses:
AgentEvent, MessageEvent, MTPEvent, PlatformEvent

public class JADEEvent
extends Event

This class represents a generic JADE event.

Version:
$Date: 2002/08/28 15:14:13 $ $Revision: 1.4 $
Author:
Giovanni Rimassa - Universita` di Parma, David I. Bell, Dick Cowan - Hewlett-Packard
See Also:
Serialized Form

Fields inherited from class jade.util.Event
type
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JADEEvent(int type, ContainerID cid)
           
 
Method Summary
 ContainerID getPlace()
           
 java.util.Date getTime()
           
 
Methods inherited from class jade.util.Event
addParameter, getParameter, getType, notifyProcessed, resetProcessed, waitUntilProcessed
 
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
 

Constructor Detail

JADEEvent

public JADEEvent(int type,
                 ContainerID cid)
Method Detail

getPlace

public ContainerID getPlace()

getTime

public java.util.Date getTime()