|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandFor | |
|---|---|
| org.lsst.ccs.utilities.dispatch | The Observer/observable pattern may come in different flavors offered by this package. |
| Uses of CommandFor in org.lsst.ccs.utilities.dispatch |
|---|
| Subinterfaces of CommandFor in org.lsst.ccs.utilities.dispatch | |
|---|---|
interface |
SynchronousCommandFor<T>
This marker interface is used to specify that implementers of the code executing the command explicitly acknowledge that the caller is waiting for completion of the command. |
| Methods in org.lsst.ccs.utilities.dispatch with parameters of type CommandFor | |
|---|---|
void |
ParallelCommandDispatcher.dispatchCommand(CommandFor<T> command)
Send a Command request for all registered executants. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||