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
connectionStateChanged
void connectionStateChanged(TransportStateEvent change)
- The connection state of a transport protocol connection has been changed.
- Parameters:
change
- a TransportStateEvent
instance.
Copyright © 2011 SNMP4J.org. All Rights Reserved.