Uses of Interface
org.fishbolt.common.command.ICommandProcessor

Packages that use ICommandProcessor
org.fishbolt.common.command The Command pattern In the "Design Patterns: Elements of Reusable Object-Oriented Software" book the description of the command pattern is provided mainly in the aspect of its usage in the user interface (undo for an operation, command history). 
 

Uses of ICommandProcessor in org.fishbolt.common.command
 

Methods in org.fishbolt.common.command with parameters of type ICommandProcessor
 void ICommand.setCommandProcessor(ICommandProcessor processor)
          Has to be called by the processor just before the call of the command (the call() method).