public class AgentEvent extends Object
| Constructor and Description |
|---|
AgentEvent(IElement source)
Create a new agent event.
|
AgentEvent(IElement source,
Object value)
Create a new agent event.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public AgentEvent(IElement source)
source - The event source.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.Copyright © 2015. All Rights Reserved.