org.sourceforge.jemm.comm.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 © 2009. All Rights Reserved.