com.liferay.portal.kernel.concurrent
Class RecordedFutureListener<T>
java.lang.Object
com.liferay.portal.kernel.concurrent.RecordedFutureListener<T>
- All Implemented Interfaces:
- FutureListener<T>
public class RecordedFutureListener<T>
- extends Object
- implements FutureListener<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordedFutureListener
public RecordedFutureListener()
complete
public void complete(Future<T> future)
- Specified by:
complete in interface FutureListener<T>
getCount
public int getCount()
getFuture
public Future<T> getFuture()