|
|||||||||
| Home >> All >> org >> mandarax >> [ eca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mandarax.eca
Interface Event

- All Superinterfaces:
- ECALog
- public interface Event
- extends ECALog
Represents an incoming event. The parameter map contains associations parameter name -> parameter value.
- Version:
- 0.1
| Field Summary |
| Fields inherited from interface org.mandarax.eca.ECALog |
LOG_ECA |
| Method Summary | |
java.util.Map |
getParameters()
The event parameters. |
EventSource |
getSource()
Get the event source. |
| Method Detail |
getSource
public EventSource getSource()
- Get the event source.
getParameters
public java.util.Map getParameters()
- The event parameters.
|
|||||||||
| Home >> All >> org >> mandarax >> [ eca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC