Package jadex.common
Class ChangeEvent<T>
java.lang.Object
jadex.common.ChangeEvent<T>
The basic change event.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new event.ChangeEvent
(Object source) Create a new event.ChangeEvent
(Object source, String type) Create a new event.ChangeEvent
(Object source, String type, T value) Create a new event. -
Method Summary
-
Field Details
-
source
The source. -
type
The type. -
value
The value.
-
-
Constructor Details
-
ChangeEvent
public ChangeEvent()Create a new event. -
ChangeEvent
Create a new event. -
ChangeEvent
Create a new event. -
ChangeEvent
Create a new event.
-
-
Method Details
-
getSource
Get the source.- Returns:
- The source.
-
setSource
Set the source.- Parameters:
source
- The source to set.
-
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.
-
toString
Get the string respresentation.
-