|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.jpattern.core.command.ICommand
com.googlecode.jpattern.core.command.NullCommand
public class NullCommand
| Constructor Summary | |
|---|---|
NullCommand()
|
|
| Method Summary | |
|---|---|
ICommandResult |
exec()
This method launch the execution of the command (or chain of commands) using the default default Executor. |
ICommandResult |
exec(ICommandExecutor asyncCommandPool)
This method launch the execution of the command (or chain of commands). |
void |
visit(IProvider provider)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullCommand()
| Method Detail |
|---|
public ICommandResult exec(ICommandExecutor asyncCommandPool)
ICommand
exec in class ICommandasyncCommandPool - the pool in which the command will runs
public ICommandResult exec()
ICommand
exec in class ICommandpublic void visit(IProvider provider)
visit in class ICommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||