Package com.liferay.petra.concurrent
Interface NoticeableFuture<T>
- All Superinterfaces:
Future<T>
- All Known Implementing Classes:
DefaultNoticeableFuture,NoticeableFutureConverter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddFutureListener(FutureListener<T> futureListener) booleanremoveFutureListener(FutureListener<T> futureListener)
-
Method Details
-
addFutureListener
-
removeFutureListener
-