public static interface State.Group
| Modifier and Type | Method and Description |
|---|---|
void |
addState(State state)
Adds a state to this state group via a WeakReference,
so it does not prevent it from being garbage collected.
|
void addState(State state)
state - the State to add