@ThreadSafe
public class FutureStateChange<T>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
void
void
com.google.common.util.concurrent.ListenableFuture<T>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FutureStateChange
public FutureStateChange()
-
Method Details
-
createNewListener
public com.google.common.util.concurrent.ListenableFuture<T> createNewListener()
-
complete
public void complete(T newState)
-
complete
public void complete(T newState,
Executor executor)