public interface TimeoutListener
Modifier and Type | Method and Description |
---|---|
void |
timeoutExpired(SocketIF socket)
This method is called from the
Timeout.expired()
method, notifying any Timeout Listeners that the Timeout has expired and
they should act upon it. |
void timeoutExpired(SocketIF socket)
Timeout.expired()
method, notifying any Timeout Listeners that the Timeout has expired and
they should act upon it.socket
- The SocketIF that just had its Timeout expired