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 TypeMethodDescriptionvoidMessageDispatcherImpl.addCounterListener(CounterListener counterListener) Adds aCounterListener.voidMessageDispatcherImpl.removeCounterListener(CounterListener counterListener) Removes aCounterListener. -
Uses of CounterListener in org.snmp4j.mp
Classes in org.snmp4j.mp that implement CounterListenerModifier and TypeClassDescriptionclassTheDefaultCounterListeneris the default implementation of theCounterListenerinterface.Methods in org.snmp4j.mp with parameters of type CounterListenerModifier and TypeMethodDescriptionvoidCounterSupport.addCounterListener(CounterListener listener) Adds aCounterListener.voidCounterSupport.removeCounterListener(CounterListener listener) Removes a previously addedCounterListener.