public interface UndoableCommand
void
execute()
String
getName()
redo()
boolean
shouldExecute()
undo()
void execute()
void undo()
void redo()
String getName()
boolean shouldExecute()
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.