com.retrogui.dualrpc.server
Interface IServerCallbackHandler
- public interface IServerCallbackHandler
Interface to define handler for different types of callbacks - usually
a message, rpc, or connection thread uses a callback method to notify
the main thread that something happened. I will add more callback
methods as the need arises.
|
Method Summary |
void |
brokenConnection()
callback that notifies that the connection is broken |
brokenConnection
public void brokenConnection()
- callback that notifies that the connection is broken