com.googlecode.jpattern.core.command
Interface ICommandExecutor
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ConditionalCommandExecutor, QueueAsyncCommandPoolExecutor, SimpleAsyncCommandExecutor, UnconditionalCommandExecutor
public interface ICommandExecutor
- extends Serializable
- Author:
- Francesco Cina'
27/feb/2011
addCommandToPool
void addCommandToPool(ACommand aCommand)
executeNext
boolean executeNext(ICommandResult result)
getChainStrategy
IChainStrategy getChainStrategy()
Copyright © 2011. All Rights Reserved.