it.amattioli.applicate.commands
Interface ExecutorAwareCommand
- All Superinterfaces:
- Command, it.amattioli.dominate.util.PropertyChangeEmitter
- All Known Implementing Classes:
- UndoAvailableCommand, UndoCommand
public interface ExecutorAwareCommand
- extends Command
An interface that must be implemented by a Command that has to know the executor
that is going to execute it.
The executor is responsible for injecting itself in the command before calling the
Command.doCommand() method.
- Author:
- andrea
| Methods inherited from interface it.amattioli.dominate.util.PropertyChangeEmitter |
addPropertyChangeListener, removePropertyChangeListener |
setCommandExecutor
void setCommandExecutor(CommandExecutor executor)
Copyright © 2011. All Rights Reserved.