Package jadex.rules.eca
Interface IEvent
-
- All Known Implementing Classes:
Event
public interface IEvent
Interface for an event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getContent()
Get the content.EventType
getType()
Get the type.
-
-
-
Method Detail
-
getType
EventType getType()
Get the type.- Returns:
- the type.
-
getContent
java.lang.Object getContent()
Get the content.- Returns:
- the content.
-
-