public interface StateFreezable
| Modifier and Type | Method and Description |
|---|---|
void |
freezeState(Callback freezeCallback)
Called when the implementing Object should
freeze its current state.
|
void |
unfreezeState()
Called when the implementing Object can safely
unfreeze its state.
|
void freezeState(Callback freezeCallback) throws StateException
freezeCallback - Called when the Object is frozen.StateExceptionvoid unfreezeState()
throws StateException
StateException