public class UserAgent.CustomIntermediateResultListener<T>
extends java.lang.Object
implements jadex.commons.future.IIntermediateResultListener<T>
Modifier and Type | Field and Description |
---|---|
protected int |
cnt |
protected jadex.commons.future.IResultListener<java.lang.Void> |
endlis |
protected int |
rescnt |
protected jadex.base.test.TestReport |
tr |
Constructor and Description |
---|
CustomIntermediateResultListener(jadex.base.test.TestReport tr,
int rescnt,
jadex.commons.future.IResultListener<java.lang.Void> endlis) |
Modifier and Type | Method and Description |
---|---|
void |
exceptionOccurred(java.lang.Exception exception) |
void |
finished() |
void |
intermediateResultAvailable(T result) |
void |
resultAvailable(java.util.Collection<T> result) |
protected int cnt
protected int rescnt
protected jadex.base.test.TestReport tr
protected jadex.commons.future.IResultListener<java.lang.Void> endlis
public CustomIntermediateResultListener(jadex.base.test.TestReport tr, int rescnt, jadex.commons.future.IResultListener<java.lang.Void> endlis)
public void intermediateResultAvailable(T result)
intermediateResultAvailable
in interface jadex.commons.future.IIntermediateResultListener<T>
public void finished()
finished
in interface jadex.commons.future.IIntermediateResultListener<T>
public void resultAvailable(java.util.Collection<T> result)
public void exceptionOccurred(java.lang.Exception exception)
exceptionOccurred
in interface jadex.commons.future.IFunctionalExceptionListener