RequestListenerpublic interface RequestListener A RequestListener interface to be notified when an
Invocation request is available. A listener is set with
{@link ContentHandlerServer#setListener ContentHandlerServer.setListener}. |
(Omit source code)
Methods Summary |
---|
public void | invocationRequestNotify(ContentHandlerServer handler)The listener is notified to indicate that an new Invocation
request is available.
|
|