it.amattioli.applicate.commands.executors
Class AbstractCommandExecutor

Show UML class diagram
java.lang.Object
  extended by it.amattioli.applicate.commands.executors.AbstractCommandExecutor
All Implemented Interfaces:
CommandExecutor
Direct Known Subclasses:
SimpleExecutor, UndoableExecutor

public abstract class AbstractCommandExecutor
extends Object
implements CommandExecutor


Constructor Summary
AbstractCommandExecutor()
           
 
Method Summary
protected abstract  void afterCommand(Command cmd)
           
protected abstract  void beforeCommand(Command cmd)
           
 void execute(Command cmd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCommandExecutor

public AbstractCommandExecutor()
Method Detail

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.