Module org.snmp4j

Interface SnmpEngineListener

All Superinterfaces:
EventListener

public interface SnmpEngineListener extends EventListener
The SnmpEngineListener interface can be implemented by classes that need to be informed about changes to the SNMP engine ID cache.
Since:
1.6
Version:
1.6
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    An SNMP engine has been added to or removed from the engine cache.
  • Method Details

    • engineChanged

      void engineChanged(SnmpEngineEvent engineEvent)
      An SNMP engine has been added to or removed from the engine cache.
      Parameters:
      engineEvent - the SnmpEngineEvent object describing the engine that has been added.