| Package | Description |
|---|---|
| org.lsst.ccs.utilities.dispatch |
The Observer/observable pattern may come in different flavors offered by this package.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelCommandDispatcher.dispatchCommand(CommandFor<T> command)
Send a Command request for all registered executants.
|
Copyright © 2015 LSST. All rights reserved.