|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventActionInstance
Implementations of EventActionInstance provide the actual behaviour of
any event action type.
| Method Summary | |
|---|---|
void |
bootstrap(Map actionAttributes,
Iterator accessPoints)
Callback allowing for initialization of newly created event action instances. |
Event |
execute(Event event)
Actually performs the event action. |
| Method Detail |
|---|
void bootstrap(Map actionAttributes,
Iterator accessPoints)
actionAttributes - The type specific attributes of this event action.accessPoints - The access points available to the event action.
Event execute(Event event)
throws UnrecoverableExecutionException
event - The event causing action execution.
event in the most simple case.
UnrecoverableExecutionException - if event action execution terminated
abruptly
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||