Uses of Interface
edu.nrao.sss.model.resource.BasebandCollectionListener

Packages that use BasebandCollectionListener
edu.nrao.sss.model.resource Resource object model. 
 

Uses of BasebandCollectionListener in edu.nrao.sss.model.resource
 

Fields in edu.nrao.sss.model.resource with type parameters of type BasebandCollectionListener
protected  List<BasebandCollectionListener> CorrelatorConfiguration.bbListeners
          Objects interested in changes to our collection of basebands.
 

Methods in edu.nrao.sss.model.resource with parameters of type BasebandCollectionListener
 void CorrelatorConfiguration.addBasebandCollectionListener(BasebandCollectionListener newListener)
          Registers a new listener that will be notified whenever the collection of basebands in this configuration is changed.
 void CorrelatorConfiguration.removeBasebandCollectionListener(BasebandCollectionListener formerListener)
          Removes formerListener from this configuration's list of baseband collection listeners.
 



Copyright © 2009. All Rights Reserved.