Uses of Interface
edu.nrao.sss.model.source.SourceTableListener

Packages that use SourceTableListener
edu.nrao.sss.model.source Astronomical source object model. 
 

Uses of SourceTableListener in edu.nrao.sss.model.source
 

Fields in edu.nrao.sss.model.source declared as SourceTableListener
static SourceTableListener SourceTableListener.NULL_LISTENER
          A listener that does not respond to any of the events.
 

Methods in edu.nrao.sss.model.source that return SourceTableListener
 SourceTableListener SourceLookupTable.getListener()
          Returns the object that is listening to this table.
 

Methods in edu.nrao.sss.model.source with parameters of type SourceTableListener
 void SourceLookupTable.removeListener(SourceTableListener listener)
          Removes listener as a listener of this table.
 void SourceLookupTable.setListener(SourceTableListener listener)
          Sets the object that will listen to this table.
 



Copyright © 2009. All Rights Reserved.