org.sourceforge.jemmrpc.example.echo
Interface EchoClientIF
- All Known Implementing Classes: 
- EchoClient
- public interface EchoClientIF 
Client side Echo service interface. Used to allow server to make asynchronous calls to client.
- Author:
- Rory Graves
| Method Summary | 
|  void | asyncEchoReply(java.lang.String reply)Asynchronous server->client echo message.
 | 
 
asyncEchoReply
void asyncEchoReply(java.lang.String reply)
- Asynchronous server->client echo message.
 
- 
- Parameters:
- reply- The reply given by the server.
 
Copyright © 2008. All Rights Reserved.