| Package | Description |
|---|---|
| org.apache.excalibur.instrument.client |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
InstrumentClientFrame |
(package private) class |
InstrumentManagerTreeModel |
| Modifier and Type | Field and Description |
|---|---|
private InstrumentManagerConnectionListener[] |
InstrumentManagerConnection.m_listenerArray |
| Modifier and Type | Method and Description |
|---|---|
protected InstrumentManagerConnectionListener[] |
InstrumentManagerConnection.getListenerArray()
Get a threadsafe array of the current listeners avoiding synchronization
when possible.
|
| Modifier and Type | Method and Description |
|---|---|
(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.
|