|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjadex.runtime.AgentEvent
public class AgentEvent
The agent event is used for the agent call back interface. Whenever a method of the IAgentInterface is called it will contain an agent event with detailed information about the event that happened.
Constructor Summary | |
---|---|
AgentEvent(IElement source)
Create a new agent event. |
|
AgentEvent(IElement source,
Object value)
Create a new agent event. |
Method Summary | |
---|---|
IElement |
getSource()
Get the source. |
Object |
getValue()
Get the value. |
void |
setSource(IElement source)
Set the source. |
void |
setValue(Object value)
Set the value. |
String |
toString()
Return the string representation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AgentEvent(IElement source)
source
- The event source.public AgentEvent(IElement source, Object value)
source
- The event source.value
- The event value.Method Detail |
---|
public IElement getSource()
public void setSource(IElement source)
source
- The source to set.public Object getValue()
public void setValue(Object value)
value
- The value to set.public String toString()
toString
in class Object
|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.