Package org.snmp4j.event
Interface SnmpEngineListener
- All Superinterfaces:
 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 TypeMethodDescriptionvoidengineChanged(SnmpEngineEvent engineEvent) An SNMP engine has been added to or removed from the engine cache. 
- 
Method Details
- 
engineChanged
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.
 
 -