-
- All Superinterfaces:
java.util.EventListener
public interface SnmpEngineListener extends java.util.EventListenerTheSnmpEngineListenerinterface 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidengineChanged(SnmpEngineEvent engineEvent)An SNMP engine has been added to or removed from the engine cache.
-
-
-
Method Detail
-
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.
-
-