Package jadex.future
Interface IUndoneResultListener<E>
- All Superinterfaces:
IResultListener<E>
- All Known Subinterfaces:
IUndoneIntermediateResultListener<E>
- All Known Implementing Classes:
CollectionResultListener,CounterResultListener,DelegationResultListener,DuplicateRemovalIntermediateResultListener,ExceptionDelegationResultListener,IntermediateDelegationResultListener,IntermediateExceptionDelegationResultListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidexceptionOccurredIfUndone(Exception exception) Called when an exception occurred.voidresultAvailableIfUndone(E result) Called when the result is available.Methods inherited from interface jadex.future.IResultListener
exceptionOccurred, resultAvailable
-
Method Details
-
resultAvailableIfUndone
Called when the result is available.- Parameters:
result- The result.
-
exceptionOccurredIfUndone
Called when an exception occurred.- Parameters:
exception- The exception.
-