|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.handler.AbstractProducer
Captures producers abstraction.
The purpose of a producer is to generate commands.
Constructor Summary | |
protected |
AbstractProducer(IConsumer consumer)
Create a producer. |
Method Summary | |
protected void |
forward(ICommand command)
Send a command to the target consumer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected AbstractProducer(IConsumer consumer)
consumer
- the target consumerMethod Detail |
protected final void forward(ICommand command)
command
- the command to send
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |