Package org.snmp4j.event
Interface CounterListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DefaultCounterListener
The
CounterListener interface has to be implemented by listener
for CounterEvent events. By implementing this method, an object is
able to be informed by a MessageProcessingModel,
SecurityModel, or other objects about conditions causing
certain counters to be incremented.- Version:
- 1.0
- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionvoidincrementCounter(CounterEvent event) Increment the supplied counter instance and return the current value (after incrementation) in the event object if the event receiver is the maintainer of the counter value.
-
Method Details
-
incrementCounter
Increment the supplied counter instance and return the current value (after incrementation) in the event object if the event receiver is the maintainer of the counter value.- Parameters:
event- aCounterEventinstance.
-