org.snmp4j.agent
Interface ContextListener

All Superinterfaces:
java.util.EventListener

public interface ContextListener
extends java.util.EventListener

A ContextListener can be informed about new contexts or when a context is removed from a system.

Version:
1.0
Author:
Frank Fock

Method Summary
 void contextChanged(ContextEvent event)
          A context described by the given event object has been added or removed.
 

Method Detail

contextChanged

void contextChanged(ContextEvent event)
A context described by the given event object has been added or removed.

Parameters:
event - a context event object.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.