|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.handler.Executor
Provides a means to execute received commands within a given context.
Constructor Summary | |
Executor(IContext context)
Create an executor. |
Method Summary | |
void |
handle(ICommand command)
Handle a command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Executor(IContext context)
context
- the context for the command executionMethod Detail |
public final void handle(ICommand command)
handle
in interface IConsumer
command
- the command to handle
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |