|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.handler.AbstractProducer jtge.engine.handler.AbstractHandler
Captures handlers abstraction.
The purpose of a handler is to receive a command, to transform it in a custom way, and optionnaly to forward the resulting command to the next consumer.
Constructor Summary | |
protected |
AbstractHandler(IConsumer consumer)
Create a handler. |
Methods inherited from class jtge.engine.handler.AbstractProducer |
forward |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jtge.engine.handler.IConsumer |
handle |
Constructor Detail |
protected AbstractHandler(IConsumer consumer)
consumer
- the target consumer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |