com.retrogui.dualrpc.client
Interface IClientCallbackHandler


public interface IClientCallbackHandler

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
 

Method Detail

brokenConnection

public void brokenConnection()
callback that notifies that the connection is broken