it.amattioli.applicate.commands.executors
Class SimpleExecutor

Show UML class diagram
java.lang.Object
  extended by it.amattioli.applicate.commands.executors.AbstractCommandExecutor
      extended by 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

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

Constructor Detail

SimpleExecutor

public SimpleExecutor()
Method Detail

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.