MySnmpCrawler API

snmp.session
Interface SnmpSessionEventListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
SnmpMessageHandler, SnmpRequestHandler
All Known Implementing Classes:
DefaultSnmpRequestHandler, SnmpGetResponseHandler, SnmpSessionEventListenerImpl, SnmpTrapHandler

public interface SnmpSessionEventListener
extends java.util.EventListener

The SnmpSessionEventListener is an event listener interface that declares the method to receive the SnmpSessionEvent.

Version:
$Revision: 0.1 $ $Date: 2004/03/09 06:03:55 $
Author:
Scott Cheng

Method Summary
 void handleSession(SnmpSessionEvent event)
          Invoked to receive the SnmpSessionEvent object.
 

Method Detail

handleSession

public void handleSession(SnmpSessionEvent event)
Invoked to receive the SnmpSessionEvent object.

Parameters:
event - The SnmpSessionEvent object

MySnmpCrawler API