| Package | Description |
|---|---|
| org.lsst.ccs.utilities.dispatch |
The Observer/observable pattern may come in different flavors offered by this package.
|
| Class and Description |
|---|
| ASyncObserver
An Observable that needs parrallel processing of updates.
|
| CommandFor
This interface defines the behaviour of a class implementing a Command pattern.
|
| Invoker |
| SynchronousCommandFor
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.
|
| SynchronousObserver
An Observer that knows that its code should terminate quickly because
it is invoked in sequence by the SynchronousObservable.
|
Copyright © 2014 LSST. All Rights Reserved.