|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Changeable
Defines that an object can undo and redo a state. Note that implementations are not required to restore state from any other state, rather they are required to undo/redo a state from a previous or next state change in linear order.
Method Summary | |
---|---|
void |
redo()
Redoes the state. |
void |
undo()
Undoes the state |
Method Detail |
---|
void undo()
void redo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |