public class Event
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IComponentIdentifier |
source
The source.
|
protected java.lang.String |
type
The type.
|
protected java.lang.Object |
value
The value.
|
Constructor and Description |
---|
Event()
Create a new event.
|
Event(java.lang.String type,
java.lang.Object value,
jadex.bridge.IComponentIdentifier source)
Create a new event.
|
Modifier and Type | Method and Description |
---|---|
jadex.bridge.IComponentIdentifier |
getSource()
Get the source.
|
java.lang.String |
getType()
Get the type.
|
java.lang.Object |
getValue()
Get the value.
|
void |
setSource(jadex.bridge.IComponentIdentifier source)
Set the source.
|
void |
setType(java.lang.String type)
Set the type.
|
void |
setValue(java.lang.Object value)
Set the value.
|
java.lang.String |
toString()
Get the string representation.
|
protected java.lang.String type
protected java.lang.Object value
protected jadex.bridge.IComponentIdentifier source
public Event()
public Event(java.lang.String type, java.lang.Object value, jadex.bridge.IComponentIdentifier source)
public java.lang.String getType()
public void setType(java.lang.String type)
type
- The type to set.public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- The value to set.public jadex.bridge.IComponentIdentifier getSource()
public void setSource(jadex.bridge.IComponentIdentifier source)
source
- The source to set.public java.lang.String toString()
toString
in class java.lang.Object