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 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.