Uses of Interface
org.snmp4j.event.CounterListener
Packages that use CounterListener
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for the SNMP message processing.
-
Uses of CounterListener in org.snmp4j
Methods in org.snmp4j with parameters of type CounterListenerModifier and TypeMethodDescriptionvoid
MessageDispatcherImpl.addCounterListener
(CounterListener counterListener) Adds aCounterListener
.void
MessageDispatcherImpl.removeCounterListener
(CounterListener counterListener) Removes aCounterListener
. -
Uses of CounterListener in org.snmp4j.mp
Classes in org.snmp4j.mp that implement CounterListenerModifier and TypeClassDescriptionclass
TheDefaultCounterListener
is the default implementation of theCounterListener
interface.Methods in org.snmp4j.mp with parameters of type CounterListenerModifier and TypeMethodDescriptionvoid
CounterSupport.addCounterListener
(CounterListener listener) Adds aCounterListener
.void
CounterSupport.removeCounterListener
(CounterListener listener) Removes a previously addedCounterListener
.