JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jadex.commons.future
Interface IFunctionalIntermediateFinishedListener<E>
All Known Subinterfaces:
IIntermediateFutureCommandResultListener
<E>,
IIntermediateResultListener
<E>,
IMultiplexCollector
,
ITuple2ResultListener
<E,F>
All Known Implementing Classes:
CollectingIntermediateResultListener
,
DefaultServiceFetcher.StoreIntermediateDelegationResultListener
,
DefaultTuple2ResultListener
,
DuplicateRemovalIntermediateResultListener
,
FlattenMultiplexCollector
,
IntermediateComponentResultListener
,
IntermediateDefaultResultListener
,
IntermediateDelegationResultListener
,
IntermediateExceptionDelegationResultListener
,
MultiServiceInvocationHandler.IntermediateMethodResultListener
,
ServiceRankingDelegationResultListener
,
ServiceRankingDelegationResultListener2
,
ServiceRankingResultListener
,
ServiceRegistry.UnlimitedIntermediateDelegationResultListener
,
SServiceProvider.IntermediateProxyResultListener
,
SwingIntermediateDefaultResultListener
,
SwingIntermediateDelegationResultListener
,
SwingIntermediateExceptionDelegationResultListener
,
SwingIntermediateResultListener
,
TerminableIntermediateDelegationResultListener
,
TimeoutIntermediateResultListener
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 and Description
void
finished
()
Declare that the future is finished.
Method Detail
finished
void finished()
Declare that the future is finished. This method is only called for intermediate futures, i.e. when this method is called it is guaranteed that the intermediateResultAvailable method was called for all intermediate results before.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method