Package 

Class FRListenerFuture

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean cancel(boolean mayInterruptIfRunning)
      boolean isCancelled()
      boolean isDone()
      T get()
      T get(long timeout, @NonNull() TimeUnit unit)
      void onSuccess(T token) Called when an asynchronous call completes successfully.
      void onException(Exception e) Called when an asynchronous call fails to complete.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail