- Type Parameters:
T- the type of the value wrapped in this state
public interface State<T>
Object that wraps a reference
and can be saved and restored through
the
StateManager.saveState() / StateManager.restoreState()
methods.- See Also:
-
Method Summary