public class TestReportListener
extends java.lang.Object
implements jadex.commons.future.IResultListener<java.lang.Long>
Modifier and Type | Field and Description |
---|---|
protected jadex.commons.future.Future<jadex.base.test.TestReport> |
delegate |
protected long |
length |
protected jadex.base.test.TestReport |
tr |
Constructor and Description |
---|
TestReportListener(jadex.base.test.TestReport tr,
jadex.commons.future.Future<jadex.base.test.TestReport> delegate,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
exceptionOccurred(java.lang.Exception exception) |
void |
resultAvailable(java.lang.Long result) |
protected jadex.base.test.TestReport tr
protected jadex.commons.future.Future<jadex.base.test.TestReport> delegate
protected long length
public TestReportListener(jadex.base.test.TestReport tr, jadex.commons.future.Future<jadex.base.test.TestReport> delegate, long length)
public void resultAvailable(java.lang.Long result)
resultAvailable
in interface jadex.commons.future.IFunctionalResultListener<java.lang.Long>
public void exceptionOccurred(java.lang.Exception exception)
exceptionOccurred
in interface jadex.commons.future.IFunctionalExceptionListener