public class AsyncCommand<T> extends BaseCommand<IAsyncResult<T>>
| Constructor and Description |
|---|
AsyncCommand(ExecutorService pExecutorService,
ICommand<T> pImpl) |
| Modifier and Type | Method and Description |
|---|---|
IAsyncResult<T> |
execute() |
callpublic AsyncCommand(ExecutorService pExecutorService, ICommand<T> pImpl)
public IAsyncResult<T> execute()
lpezet