Package jadex.rules.eca
Interface IEvent
-
- All Known Implementing Classes:
Event
public interface IEventInterface for an event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetContent()Get the content.EventTypegetType()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.
-
-