C - the consumed element generic typeP - the produced element generic typepublic abstract class CommandInvoker<C,P> extends java.lang.Object implements Filter<C,P,CommandContext<? super P>>
CommandContext kind of consumer.| Constructor and Description |
|---|
CommandInvoker() |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(CommandContext<? super P> consumer)
Invoke the command.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConsumedType, provideclose, getProducedType, openpublic final void invoke(CommandContext<? super P> consumer) throws java.io.IOException
consumer - the consumer for this invocationjava.io.IOException - any io exceptionCopyright © 2014 eXo Platform SAS. All Rights Reserved.