org.sourceforge.jemmrpc.shared
Interface RPCHandlerListener

All Known Implementing Classes:
RPCClient, ServerThread

public interface RPCHandlerListener

Trivial interface to allow RPCHandler users to be notified when a client connection disconnects.

Author:
Rory Graves

Method Summary
 void connectionTerminated()
          Notification that the RPCHandler has had the connection terminated.
 

Method Detail

connectionTerminated

void connectionTerminated()
Notification that the RPCHandler has had the connection terminated.



Copyright © 2008. All Rights Reserved.