public interface RemoteResponseCallback
Invocation
instance requests. Since the callback cannot determine
which remote call originated it, the GUI must instantiate a
new instance of the callback for each asynchronous remote call.| Modifier and Type | Method and Description |
|---|---|
void |
invocationDestroyed()
A message identifying the destruction of the remote process
that delivers the responses for the given invocation.
|
void |
responseReceived(RemoteResponse response)
Delivers the data structure that parametrizes
received notification from the server side.
|
void invocationDestroyed()
void responseReceived(RemoteResponse response)
response - the data structure containing
details about the call from the server side