Class FutureStateChange<T>


  • @ThreadSafe
    public class FutureStateChange<T>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void complete​(T newState)  
      void complete​(T newState, java.util.concurrent.Executor executor)  
      com.google.common.util.concurrent.ListenableFuture<T> createNewListener()  
      • Methods inherited from class java.lang.Object

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

      • FutureStateChange

        public FutureStateChange()
    • Method Detail

      • createNewListener

        public com.google.common.util.concurrent.ListenableFuture<T> createNewListener()
      • complete

        public void complete​(T newState)
      • complete

        public void complete​(T newState,
                             java.util.concurrent.Executor executor)