Interface IMultiplexCollector
- 
- All Superinterfaces:
- IFunctionalExceptionListener,- IFunctionalIntermediateFinishedListener<java.lang.Object>,- IFunctionalIntermediateResultListener<java.lang.Object>,- IFunctionalResultListener<java.util.Collection<java.lang.Object>>,- IIntermediateResultListener<java.lang.Object>,- IResultListener<java.util.Collection<java.lang.Object>>
 - All Known Implementing Classes:
- FlattenMultiplexCollector
 
 public interface IMultiplexCollector extends IIntermediateResultListener<java.lang.Object> 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(Future<java.lang.Object> fut, java.lang.reflect.Method method, java.lang.Object[] args, java.lang.reflect.Method muxmethod)Init the collector.- 
Methods inherited from interface jadex.commons.future.IFunctionalExceptionListenerexceptionOccurred
 - 
Methods inherited from interface jadex.commons.future.IFunctionalResultListenerresultAvailable
 - 
Methods inherited from interface jadex.commons.future.IIntermediateResultListenerfinished, intermediateResultAvailable
 
- 
 
- 
- 
- 
Method Detail- 
initvoid init(Future<java.lang.Object> fut, java.lang.reflect.Method method, java.lang.Object[] args, java.lang.reflect.Method muxmethod) Init the collector.
 
- 
 
-