|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The implemetors of this interface manages events sent to
ModelEngine
. Model engine delegetes event handling
to implementor of this interface passed to its factory method.
Method Summary | |
void |
handle(Event event,
StateMachineContext context)
Calls of event providers or model engine client to ModelEngine#handle will be delegated to
this method.
|
void |
handleAndWait(Event event,
StateMachineContext context)
Calls of event providers or model engine client to ModelEngine#handle will be delegated to
this method.
|
Methods inherited from interface com.evelopers.unimod.runtime.LifeCycleManager |
dispose, init |
Method Detail |
public void handle(Event event, StateMachineContext context)
ModelEngine#handle
will be delegated to
this method.
If event manager uses dispatch queue, returns immediately
event
- context
- public void handleAndWait(Event event, StateMachineContext context)
ModelEngine#handle
will be delegated to
this method.
If event manager uses dispatch queue, waits for end of event processing
event
- context
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |