|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICommand | |
|---|---|
| org.perfectjpattern.core.api.behavioral.command | Command Pattern API. |
| org.perfectjpattern.core.behavioral.command | Command Core Pattern implementation. |
| Uses of ICommand in org.perfectjpattern.core.api.behavioral.command |
|---|
| Subinterfaces of ICommand in org.perfectjpattern.core.api.behavioral.command | |
|---|---|
interface |
IParameterlessCommand
Provides parameterless ICommand type. |
| Methods in org.perfectjpattern.core.api.behavioral.command with parameters of type ICommand | |
|---|---|
void |
IInvoker.setCommand(ICommand<P,R> aCommand)
Sets the ICommand to start as result of executing the
invoke method. |
| Uses of ICommand in org.perfectjpattern.core.behavioral.command |
|---|
| Classes in org.perfectjpattern.core.behavioral.command that implement ICommand | |
|---|---|
class |
Command<P,R>
Base core implementation of ICommand interface. |
class |
ParameterlessCommand
Concrete implementation of IParameterlessCommand |
| Methods in org.perfectjpattern.core.behavioral.command with parameters of type ICommand | |
|---|---|
void |
Invoker.setCommand(ICommand<P,R> aCommand)
Sets the ICommand to start as result of executing the
invoke method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||