Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.mp |
Provides classes and interfaces for the SNMP message processing.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<CounterListener> |
MessageDispatcherImpl.counterListeners |
Modifier and Type | Method and Description |
---|---|
void |
MessageDispatcherImpl.addCounterListener(CounterListener counterListener)
Adds a
CounterListener . |
void |
MessageDispatcherImpl.removeCounterListener(CounterListener counterListener)
Removes a
CounterListener . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCounterListener
The
DefaultCounterListener is the default implementation of
the CounterListener interface. |
Modifier and Type | Field and Description |
---|---|
private java.util.Vector<CounterListener> |
CounterSupport.counterListeners |
Modifier and Type | Method and Description |
---|---|
void |
CounterSupport.addCounterListener(CounterListener listener)
Adds a
CounterListener . |
void |
CounterSupport.removeCounterListener(CounterListener listener)
Removes a previously added
CounterListener . |