com.liferay.portal.kernel.concurrent
Class BaseFutureListener<T>
java.lang.Object
com.liferay.portal.kernel.concurrent.BaseFutureListener<T>
- All Implemented Interfaces:
- FutureListener<T>
public class BaseFutureListener<T>
- extends Object
- implements FutureListener<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseFutureListener
public BaseFutureListener()
complete
public final void complete(Future<T> future)
- Specified by:
complete in interface FutureListener<T>
completeWithCancel
public void completeWithCancel(Future<T> future)
completeWithException
public void completeWithException(Future<T> future,
Throwable throwable)
completeWithResult
public void completeWithResult(Future<T> future,
T result)