Class BaseFutureListener<T>

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

public class BaseFutureListener<T> extends Object implements FutureListener<T>
Author:
Shuyang Zhou
  • Constructor Details

    • BaseFutureListener

      public BaseFutureListener()
  • Method Details

    • 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)