public class SwingIntermediateDelegationResultListener<E> extends java.lang.Object implements IIntermediateFutureCommandResultListener<E>, IUndoneIntermediateResultListener<E>
| Modifier and Type | Field and Description | 
|---|---|
| protected IntermediateFuture<E> | futureThe future to which calls are delegated. | 
| protected boolean | undoneThe undone flag. | 
| Constructor and Description | 
|---|
| SwingIntermediateDelegationResultListener(IntermediateFuture<E> future)Create a new listener. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | commandAvailable(java.lang.Object command)Called when a command is available. | 
| void | customCommandAvailable(java.lang.Object command)Called when a command is available. | 
| void | customExceptionOccurred(java.lang.Exception exception)Called when an exception occurred. | 
| void | customFinished()Declare that the future is finished. | 
| void | customIntermediateResultAvailable(E result)Called when an intermediate result is available. | 
| void | customResultAvailable(java.util.Collection<E> result)Called when the result is available. | 
| void | exceptionOccurred(java.lang.Exception exception)Called when an exception occurred. | 
| void | exceptionOccurredIfUndone(java.lang.Exception exception)Called when an exception occurred. | 
| void | finished()Declare that the future is finished. | 
| void | finishedIfUndone()Declare that the future is finished. | 
| void | intermediateResultAvailable(E result)Called when an intermediate result is available. | 
| void | intermediateResultAvailableIfUndone(E result)Called when an intermediate result is available. | 
| boolean | isUndone()Get the undone. | 
| void | resultAvailable(java.util.Collection<E> result)Called when the result is available. | 
| void | resultAvailableIfUndone(java.util.Collection<E> result)Called when the result is available. | 
protected IntermediateFuture<E> future
protected boolean undone
public SwingIntermediateDelegationResultListener(IntermediateFuture<E> future)
public final void resultAvailable(java.util.Collection<E> result)
resultAvailable in interface IFunctionalResultListener<java.util.Collection<E>>resultAvailable in interface IIntermediateResultListener<E>result - The final result.public final void exceptionOccurred(java.lang.Exception exception)
exceptionOccurred in interface IFunctionalExceptionListenerexception - The exception.public final void intermediateResultAvailable(E result)
intermediateResultAvailable in interface IFunctionalIntermediateResultListener<E>intermediateResultAvailable in interface IIntermediateResultListener<E>result - The result.public final void finished()
finished in interface IFunctionalIntermediateFinishedListenerfinished in interface IIntermediateResultListener<E>public void customFinished()
public void customResultAvailable(java.util.Collection<E> result)
result - The result.public void customExceptionOccurred(java.lang.Exception exception)
exception - The exception.public void customIntermediateResultAvailable(E result)
result - The result.public final void commandAvailable(java.lang.Object command)
commandAvailable in interface IFutureCommandListenerpublic void customCommandAvailable(java.lang.Object command)
public void resultAvailableIfUndone(java.util.Collection<E> result)
resultAvailableIfUndone in interface IUndoneResultListener<java.util.Collection<E>>result - The result.public void exceptionOccurredIfUndone(java.lang.Exception exception)
exceptionOccurredIfUndone in interface IUndoneResultListener<java.util.Collection<E>>exception - The exception.public void intermediateResultAvailableIfUndone(E result)
intermediateResultAvailableIfUndone in interface IUndoneIntermediateResultListener<E>result - The result.public void finishedIfUndone()
finishedIfUndone in interface IUndoneIntermediateResultListener<E>public boolean isUndone()