com.agentfactory.logic.agent
Class PerceptorEvent

java.lang.Object
  extended by com.agentfactory.logic.agent.PerceptorEvent

public class PerceptorEvent
extends java.lang.Object


Field Summary
static int CLEAR
           
static int OUTPUT
           
static int TIMINGS
           
static int UPDATE
           
 
Constructor Summary
PerceptorEvent(int _type)
           
PerceptorEvent(int _type, java.lang.Object _data)
          Creates a new instance of PerceptorEvent
 
Method Summary
 java.lang.Object getData()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMINGS

public static final int TIMINGS
See Also:
Constant Field Values

OUTPUT

public static final int OUTPUT
See Also:
Constant Field Values

CLEAR

public static final int CLEAR
See Also:
Constant Field Values

UPDATE

public static final int UPDATE
See Also:
Constant Field Values
Constructor Detail

PerceptorEvent

public PerceptorEvent(int _type)

PerceptorEvent

public PerceptorEvent(int _type,
                      java.lang.Object _data)
Creates a new instance of PerceptorEvent

Method Detail

getType

public int getType()

getData

public java.lang.Object getData()