ResponseListenerpublic interface ResponseListener A ResponseListener interface to be notified when an
Invocation response is available. A listener is set with
{@link Registry#setListener Registry.setListener}. |
Methods Summary |
---|
public void | invocationResponseNotify(Registry registry)The listener is notified to indicate that an Invocation
response is available.
|
|