@ThreadSafe public class FutureStateChange<T> extends Object
| Constructor and Description |
|---|
FutureStateChange() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(T newState) |
void |
complete(T newState,
Executor executor) |
com.google.common.util.concurrent.ListenableFuture<T> |
createNewListener() |
Copyright © 2012–2019. All rights reserved.