it.amattioli.applicate.commands.executors
Class SimpleExecutor
java.lang.Object
it.amattioli.applicate.commands.executors.AbstractCommandExecutor
it.amattioli.applicate.commands.executors.SimpleExecutor
- All Implemented Interfaces:
- CommandExecutor
public class SimpleExecutor
- extends AbstractCommandExecutor
A simple executor that immediately calls the Command.doCommand() method.
- Author:
- andrea
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleExecutor
public SimpleExecutor()
beforeCommand
protected void beforeCommand(Command cmd)
- Specified by:
beforeCommand in class AbstractCommandExecutor
afterCommand
protected void afterCommand(Command cmd)
- Specified by:
afterCommand in class AbstractCommandExecutor
Copyright © 2011. All Rights Reserved.