it.amattioli.applicate.commands.executors
Class AbstractCommandExecutor
java.lang.Object
it.amattioli.applicate.commands.executors.AbstractCommandExecutor
- All Implemented Interfaces:
- CommandExecutor
- Direct Known Subclasses:
- SimpleExecutor, UndoableExecutor
public abstract class AbstractCommandExecutor
- extends Object
- implements CommandExecutor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCommandExecutor
public AbstractCommandExecutor()
execute
public void execute(Command cmd)
- Specified by:
execute in interface CommandExecutor
beforeCommand
protected abstract void beforeCommand(Command cmd)
afterCommand
protected abstract void afterCommand(Command cmd)
Copyright © 2011. All Rights Reserved.