Uses of Interface
com.googlecode.jpattern.core.command.ICommandExecutor

Packages that use ICommandExecutor
com.googlecode.jpattern.core.command   
 

Uses of ICommandExecutor in com.googlecode.jpattern.core.command
 

Classes in com.googlecode.jpattern.core.command that implement ICommandExecutor
 class ConditionalCommandExecutor
           
 class QueueAsyncCommandPoolExecutor
           
 class SimpleAsyncCommandExecutor
           
 class UnconditionalCommandExecutor
           
 

Methods in com.googlecode.jpattern.core.command with parameters of type ICommandExecutor
abstract  ICommandResult ICommand.exec(ICommandExecutor aCommandExecutor)
          This method launch the execution of the command (or chain of commands).
 ICommandResult NullCommand.exec(ICommandExecutor asyncCommandPool)
           
 ICommandResult ACommand.exec(ICommandExecutor aCommandExecutor)
           
 



Copyright © 2011. All Rights Reserved.