public class TimeoutIntermediateResultListener<E> extends TimeoutResultListener<Collection<E>> implements IIntermediateResultListener<E>, IUndoneIntermediateResultListener<E>
Constructor and Description |
---|
TimeoutIntermediateResultListener(long timeout,
IExternalAccess exta,
boolean realtime,
String message,
IIntermediateResultListener<E> listener)
Create a new listener.
|
TimeoutIntermediateResultListener(long timeout,
IExternalAccess exta,
IIntermediateResultListener<E> listener)
Create a new listener.
|
Modifier and Type | Method and Description |
---|---|
void |
exceptionOccurredIfUndone(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 |
resultAvailableIfUndone(Collection<E> result)
Called when the result is available.
|
cancel, commandAvailable, exceptionOccurred, resultAvailable
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resultAvailable
exceptionOccurred
public TimeoutIntermediateResultListener(long timeout, IExternalAccess exta, IIntermediateResultListener<E> listener)
public TimeoutIntermediateResultListener(long timeout, IExternalAccess exta, boolean realtime, String message, IIntermediateResultListener<E> listener)
public void intermediateResultAvailable(E result)
intermediateResultAvailable
in interface IIntermediateResultListener<E>
result
- The result.public void finished()
finished
in interface IIntermediateResultListener<E>
public void resultAvailableIfUndone(Collection<E> result)
resultAvailableIfUndone
in interface IUndoneResultListener<Collection<E>>
result
- The result.public void exceptionOccurredIfUndone(Exception exception)
exceptionOccurredIfUndone
in interface IUndoneResultListener<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()
Copyright © 2013. All Rights Reserved.