public class SimulationService.IdleListener
extends java.lang.Object
implements jadex.commons.future.IResultListener
Modifier and Type | Field and Description |
---|---|
protected boolean |
continued
Flag indicating an a continued execution.
|
protected boolean |
outdated
Flag to indicate an outdated listener that should not do anything.
|
Constructor and Description |
---|
IdleListener() |
Modifier and Type | Method and Description |
---|---|
void |
exceptionOccurred(java.lang.Exception exception)
Called when an exception occurs.
|
void |
resultAvailable(java.lang.Object result)
Called when the execution service is idle.
|
protected boolean outdated
protected boolean continued
public void exceptionOccurred(java.lang.Exception exception)
exceptionOccurred
in interface jadex.commons.future.IFunctionalExceptionListener
public void resultAvailable(java.lang.Object result)
resultAvailable
in interface jadex.commons.future.IFunctionalResultListener