public interface ReplyReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
replyReceived(TOMMessage reply)
This is the method invoked by the client side comunication system, and where the
code to handle the reply is to be written
|
void replyReceived(TOMMessage reply)
reply - The reply delivered by the client side comunication system