|
|||||||||||
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 jtge.engine.handler.Filter
Provides a means to filter some commands out of a flow.
Constructor Summary | |
Filter(IConsumer consumer,
IFilter filter)
Create a filter handler. |
Method Summary | |
void |
handle(ICommand command)
Handle a command. |
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 |
Constructor Detail |
public Filter(IConsumer consumer, IFilter filter)
consumer
- the target consumerfilter
- the filter to useMethod Detail |
public final void handle(ICommand command)
command
- the command to handle
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |