Module org.snmp4j

Interface CounterListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void incrementCounter​(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 Detail

      • incrementCounter

        void incrementCounter​(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.
        Parameters:
        event - a CounterEvent instance.