Skip navigation links

Package org.lsst.ccs.utilities.dispatch

The Observer/observable pattern may come in different flavors offered by this package.

See: Description

Package org.lsst.ccs.utilities.dispatch Description

The Observer/observable pattern may come in different flavors offered by this package.

Primarily there are two main concerns addressed in the codes of this package:

So the "traditional" Observer/Observable pair can be replaced by SynchronousObserver and SynchronousObservable. The main differences are: If parallel processing is needed use instead ASyncObserver and ParallelObservable .

Now why limit notifications to a single method? We may go through different methods....

So there are two different patterns in this package to handle calls to different methods for the registered agents:

Skip navigation links

Copyright © 2014 LSST. All rights reserved.