org.snmp4j.event
Interface SnmpEngineListener
- All Superinterfaces:
- java.util.EventListener
public interface SnmpEngineListener
- extends java.util.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
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.
Copyright © 2011 SNMP4J.org. All Rights Reserved.