Uses of Interface
org.datastorm.controller.command.ICommand

Packages that use ICommand
org.datastorm.controller This is an internal implementation package...  
org.datastorm.controller.command This is an internal implementation package...  
 

Uses of ICommand in org.datastorm.controller
 

Methods in org.datastorm.controller with parameters of type ICommand
 void Controller.startUp(ICommand[] commands)
           
 void Controller.handleCommand(ICommand[] commands)
           
 void Controller.handleCommand(ICommand command)
           
 void IController.startUp(ICommand[] commands)
           
 void IController.handleCommand(ICommand command)
           
 void IController.handleCommand(ICommand[] command)
           
 

Uses of ICommand in org.datastorm.controller.command
 

Classes in org.datastorm.controller.command that implement ICommand
 class SetEditorTextCommand
           
 class ShowQueryCommand