public class UserAgent.CustomResultListener<T>
extends java.lang.Object
implements jadex.commons.future.IResultListener<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 |
---|
CustomResultListener(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 |
resultAvailable(T result) |
protected int cnt
protected int rescnt
protected jadex.base.test.TestReport tr
protected jadex.commons.future.IResultListener<java.lang.Void> endlis
public CustomResultListener(jadex.base.test.TestReport tr, int rescnt, jadex.commons.future.IResultListener<java.lang.Void> endlis)
public void resultAvailable(T result)
resultAvailable
in interface jadex.commons.future.IFunctionalResultListener<T>
public void exceptionOccurred(java.lang.Exception exception)
exceptionOccurred
in interface jadex.commons.future.IFunctionalExceptionListener