org.lsst.ccs.utilities.dispatch
Interface SynchronousObserver<P>


public interface SynchronousObserver<P>

An Observer that knows that its code should terminate quickly because it is invoked in sequence by the SynchronousObservable.

Author:
bernard AMADE

Method Summary
 void update(P protocol)
          Does not have an Observable parameter: use an Event object as "protocol" if you need one.
 

Method Detail

update

void update(P protocol)
Does not have an Observable parameter: use an Event object as "protocol" if you need one.

Parameters:
protocol -


Copyright © 2013 LSST. All Rights Reserved.