|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.jpattern.core.command.ICommand
public abstract class ICommand
| Constructor Summary | |
|---|---|
ICommand()
|
|
| Method Summary | |
|---|---|
abstract ICommandResult |
exec()
This method launch the execution of the command (or chain of commands) using the default default Executor. |
abstract ICommandResult |
exec(ICommandExecutor aCommandExecutor)
This method launch the execution of the command (or chain of commands). |
abstract 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 ICommand()
| Method Detail |
|---|
public abstract void visit(IProvider provider)
public abstract ICommandResult exec()
public abstract ICommandResult exec(ICommandExecutor aCommandExecutor)
aCommandExecutor - the pool in which the command will runs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||