Uses of Interface
org.apache.excalibur.instrument.client.InstrumentManagerConnectionListener

Packages that use InstrumentManagerConnectionListener
org.apache.excalibur.instrument.client   
 

Uses of InstrumentManagerConnectionListener in org.apache.excalibur.instrument.client
 

Classes in org.apache.excalibur.instrument.client that implement InstrumentManagerConnectionListener
(package private)  class InstrumentClientFrame
           
(package private)  class InstrumentManagerTreeModel
           
 

Fields in org.apache.excalibur.instrument.client declared as InstrumentManagerConnectionListener
private  InstrumentManagerConnectionListener[] InstrumentManagerConnection.m_listenerArray
           
 

Methods in org.apache.excalibur.instrument.client that return InstrumentManagerConnectionListener
protected  InstrumentManagerConnectionListener[] InstrumentManagerConnection.getListenerArray()
          Get a threadsafe array of the current listeners avoiding synchronization when possible.
 

Methods in org.apache.excalibur.instrument.client with parameters of type InstrumentManagerConnectionListener
(package private)  void InstrumentManagerConnection.addInstrumentManagerConnectionListener(InstrumentManagerConnectionListener listener)
          Adds a InstrumentManagerConnectionListener to the list of listeners which receive state updates of the connection.
(package private)  void InstrumentManagerConnection.removeInstrumentManagerConnectionListener(InstrumentManagerConnectionListener listener)
          Removes a InstrumentManagerConnectionListener from the list of listeners which receive state updates of the connection.