V - the result type of the I/O operationA - the type of the object attached to the I/O operationpublic class CompletionHandlerExecutor<V,A> extends Object implements CompletionHandler<V,A>
| Constructor and Description |
|---|
CompletionHandlerExecutor(CompletionHandler<V,? super A> delegate,
Executor executor)
Creates a CompletionHandlerExecutor.
|
public CompletionHandlerExecutor(CompletionHandler<V,? super A> delegate, Executor executor)
delegate - the CompletionHandler to forward calls toexecutor - the Executor used to invoke the delegateNullPointerException - if executor or delegate are nullCopyright © 2011. All Rights Reserved.