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