|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Undoable
Defines an interface for undoable objects. This file is part of libMalai. Copyright (c) 2009-2012 Arnaud BLOUIN libMalan is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. libMalan is distributed without any warranty; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Method Summary | |
---|---|
java.lang.String |
getUndoName()
|
void |
redo()
Redoes the cancelled action. |
void |
undo()
Cancels the action. |
Method Detail |
---|
void undo()
void redo()
java.lang.String getUndoName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |