Liferay 7.0-ce-b4

com.liferay.portal.kernel.concurrent
Class BaseFutureListener<T>

java.lang.Object
  extended by com.liferay.portal.kernel.concurrent.BaseFutureListener<T>
All Implemented Interfaces:
FutureListener<T>

public class BaseFutureListener<T>
extends Object
implements FutureListener<T>


Constructor Summary
BaseFutureListener()
           
 
Method Summary
 void complete(Future<T> future)
           
 void completeWithCancel(Future<T> future)
           
 void completeWithException(Future<T> future, Throwable throwable)
           
 void completeWithResult(Future<T> future, T result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseFutureListener

public BaseFutureListener()
Method Detail

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)

Liferay 7.0-ce-b4