Package jadex.commons.future
Interface IFunctionalIntermediateFinishedListener<E>
-
- All Known Subinterfaces:
IIntermediateFutureCommandResultListener<E>
,IIntermediateResultListener<E>
,IMultiplexCollector
,ITuple2ResultListener<E,F>
- All Known Implementing Classes:
CollectingIntermediateResultListener
,DefaultTuple2ResultListener
,DuplicateRemovalIntermediateResultListener
,FlattenMultiplexCollector
,IntermediateComponentResultListener
,IntermediateDefaultResultListener
,IntermediateDelegationResultListener
,IntermediateExceptionDelegationResultListener
,MultiServiceInvocationHandler.IntermediateMethodResultListener
,ServiceRankingDelegationResultListener
,ServiceRankingDelegationResultListener2
,ServiceRankingResultListener
,SwingIntermediateDefaultResultListener
,SwingIntermediateDelegationResultListener
,SwingIntermediateExceptionDelegationResultListener
,SwingIntermediateResultListener
,TerminableIntermediateDelegationResultListener
,TimeoutIntermediateResultListener
,UnlimitedIntermediateDelegationResultListener
public interface IFunctionalIntermediateFinishedListener<E>
Callback interface for methods that should operate decoupled from caller thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
finished()
Declare that the future is finished.
-