com.agentfactory.logic.agent
Class PerceptorEvent
java.lang.Object
com.agentfactory.logic.agent.PerceptorEvent
public class PerceptorEvent
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PerceptorEvent
public PerceptorEvent(int _type)
PerceptorEvent
public PerceptorEvent(int _type,
java.lang.Object _data)
- Creates a new instance of PerceptorEvent
getType
public int getType()
getData
public java.lang.Object getData()