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

Method Summary
 void engineChanged(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.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.