public interface IDelegationFuture<E>
Modifier and Type | Method and Description |
---|---|
boolean |
doSetException(java.lang.Exception exception,
boolean undone)
Overwritten to change exception, if necessary.
|
boolean |
doSetResult(E result,
boolean undone)
Overwritten to change exception, if necessary.
|
void |
notifyListener(jadex.commons.future.IResultListener<E> listener)
Notify a listener about the future result,
i.e.
|
void |
sendForwardCommand(java.lang.Object command)
Process a forward command,
i.e.
|
boolean doSetException(java.lang.Exception exception, boolean undone)
boolean doSetResult(E result, boolean undone)
void notifyListener(jadex.commons.future.IResultListener<E> listener)
void sendForwardCommand(java.lang.Object command)