org.apache.batik.apps.svgbrowser
public interface UndoableCommand
Method Summary | |
---|---|
void | execute()
Executes this command. |
String | getName()
Gets the command name. |
void | redo()
Performs redo for this command. |
boolean | shouldExecute()
Tests if the command can be executed.
|
void | undo()
Performs undo for this command. |
Returns: True if command should be executed