-
- All Superinterfaces:
java.util.EventListener
public interface TransportStateListener extends java.util.EventListener
TheTransportStateListener
interface can be implemented to monitor the connection state for connection oriented transport mappings.- Since:
- 1.7
- Version:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
- aTransportStateEvent
instance.
-
-