Liferay 7.0-ce-b4

com.liferay.portal.kernel.concurrent
Interface NoticeableFuture<T>

All Superinterfaces:
Future<T>
All Known Implementing Classes:
DefaultNoticeableFuture, FutureClusterResponses, NoticeableFutureConverter

public interface NoticeableFuture<T>
extends Future<T>


Method Summary
 boolean addFutureListener(FutureListener<T> futureListener)
           
 boolean removeFutureListener(FutureListener<T> futureListener)
           
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 

Method Detail

addFutureListener

boolean addFutureListener(FutureListener<T> futureListener)

removeFutureListener

boolean removeFutureListener(FutureListener<T> futureListener)

Liferay 7.0-ce-b4