public interface SnmpEngineListener extends EventListener
SnmpEngineListener interface can be implemented by classes
that need to be informed about changes to the SNMP engine ID cache.| Modifier and Type | Method and Description |
|---|---|
void |
engineChanged(SnmpEngineEvent engineEvent)
An SNMP engine has been added to or removed from the engine cache.
|
void engineChanged(SnmpEngineEvent engineEvent)
engineEvent - the SnmpEngineEvent object describing the engine that has been added.Copyright © 2016 SNMP4J.org. All Rights Reserved.