java.util.EventListener
public interface SnmpEngineListener
extends java.util.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 | 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 © 2018 SNMP4J.org. All rights reserved.