public abstract class State extends Object
| Constructor and Description |
|---|
State() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
canDestroy() |
abstract void |
restore(Map<String,Object> state) |
abstract Map<String,Object> |
snapshot() |
Copyright © 2019. All rights reserved.