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