Package jadex.micro.messagequeue
Class Event
java.lang.Object
jadex.micro.messagequeue.Event
Simple message struct.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The type. -
value
The value. -
source
protected jadex.core.ComponentIdentifier sourceThe source.
-
-
Constructor Details
-
Event
public Event()Create a new event. -
Event
Create a new event.
-
-
Method Details
-
getType
Get the type.- Returns:
- The type.
-
setType
Set the type.- Parameters:
type
- The type to set.
-
getValue
Get the value.- Returns:
- The value.
-
setValue
Set the value.- Parameters:
value
- The value to set.
-
getSource
public jadex.core.ComponentIdentifier getSource()Get the source.- Returns:
- The source.
-
setSource
public void setSource(jadex.core.ComponentIdentifier source) Set the source.- Parameters:
source
- The source to set.
-
toString
Get the string representation.
-