java.util.EventListener
public interface TransportStateListener
extends java.util.EventListener
TransportStateListener
interface can be implemented
to monitor the connection state for connection oriented transport mappings.Modifier and Type | Method | Description |
---|---|---|
void |
connectionStateChanged(TransportStateEvent change) |
The connection state of a transport protocol connection has been changed.
|
void connectionStateChanged(TransportStateEvent change)
change
- a TransportStateEvent
instance.Copyright © 2018 SNMP4J.org. All rights reserved.