Package jadex.future
Interface IFutureCommandResultListener<E>
- All Superinterfaces:
IResultListener<E>
- All Known Subinterfaces:
IIntermediateFutureCommandResultListener<E>
- All Known Implementing Classes:
DefaultResultListener,DelegationResultListener,DuplicateRemovalIntermediateResultListener,ExceptionDelegationResultListener,IntermediateDefaultResultListener,IntermediateDelegationResultListener,IntermediateExceptionDelegationResultListener
Interface that extends both, result listener and future command.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcommandAvailable(Object command) Called when a command is available.Methods inherited from interface jadex.future.IResultListener
exceptionOccurred, resultAvailable
-
Method Details
-
commandAvailable
Called when a command is available.
-