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


public interface ASyncObserver<P>

An Observable that needs parrallel processing of updates.

Author:
bernard AMADE

Method Summary
 void update(P protocol)
           
 

Method Detail

update

void update(P protocol)


Copyright © 2013 LSST. All Rights Reserved.