JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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
Object
getContent
()
Get the content.
EventType
getType
()
Get the type.
Method Details
getType
EventType
getType
()
Get the type.
Returns:
the type.
getContent
Object
getContent
()
Get the content.
Returns:
the content.