|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UndoableOperation
An operation than can be undone by UndoManager
.
An UndoableOperation
is NOT permitted to throw any exception at any time. It should log
any error conditions to the Logger
only.
Method Summary | |
---|---|
void |
reset()
Release any temporary resources consumed by the UndoableOperation . |
boolean |
undo()
Attempt to undo the changes, and release any resources consumed. |
Method Detail |
---|
boolean undo()
No exceptions may be thrown.
void reset()
UndoableOperation
.
No exceptions may be thrown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |