public interface TransportStateListener extends EventListener
TransportStateListener
interface can be implemented
to monitor the connection state for connection oriented transport mappings.Modifier and Type | Method and 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 © 2022 SNMP4J.org. All rights reserved.