Interface FutureListener<T>

All Known Implementing Classes:
BaseFutureListener

public interface FutureListener<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    complete(Future<T> future)
     
  • Method Details

    • complete

      void complete(Future<T> future)