public static class NFPropertyComponentFeature.LateCounterListener<T>
extends java.lang.Object
implements jadex.commons.future.IResultListener<T>
Constructor and Description |
---|
LateCounterListener(jadex.commons.future.IResultListener<T> delegate) |
Modifier and Type | Method and Description |
---|---|
protected void |
check() |
void |
exceptionOccurred(java.lang.Exception exception) |
void |
resultAvailable(T result) |
void |
setMax(int max) |
public LateCounterListener(jadex.commons.future.IResultListener<T> delegate)
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
protected void check()
public void setMax(int max)