com.ibm.etill.framework.io
Interface SocketDownInterface

All Known Implementing Classes:
ReconnectableClientSocket

public interface SocketDownInterface

A callback interface that allows objects of implementing classes to be notified when a socket connection goes down.


Method Summary
 void yourSocketIsDown()
          Notification method that the socket connection has gone down
 

Method Detail

yourSocketIsDown

public void yourSocketIsDown()
Notification method that the socket connection has gone down