org.snmp4j.transport
Interface TransportStateListener

All Superinterfaces:
java.util.EventListener

public interface TransportStateListener
extends java.util.EventListener

The TransportStateListener interface can be implemented to monitor the connection state for connection oriented transport mappings.

Since:
1.7
Version:
1.7
Author:
Frank Fock

Method Summary
 void connectionStateChanged(TransportStateEvent change)
          The connection state of a transport protocol connection has been changed.
 

Method Detail

connectionStateChanged

void connectionStateChanged(TransportStateEvent change)
The connection state of a transport protocol connection has been changed.

Parameters:
change - a TransportStateEvent instance.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.