it.amattioli.applicate.commands.executors
Class UndoableExecutor
java.lang.Object
it.amattioli.applicate.commands.executors.AbstractCommandExecutor
it.amattioli.applicate.commands.executors.UndoableExecutor
- All Implemented Interfaces:
- CommandExecutor
public class UndoableExecutor
- extends AbstractCommandExecutor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UndoableExecutor
public UndoableExecutor()
beforeCommand
protected void beforeCommand(Command cmd)
- Specified by:
beforeCommand in class AbstractCommandExecutor
afterCommand
protected void afterCommand(Command cmd)
- Specified by:
afterCommand in class AbstractCommandExecutor
undo
public void undo()
isUndoAvailable
public boolean isUndoAvailable()
getSize
public int getSize()
setSize
public void setSize(int size)
Copyright © 2011. All Rights Reserved.