nu.dll.lyskom
Interface RpcEventListener
- All Known Implementing Classes:
- Session
- public interface RpcEventListener
Interface used by classes that wants to be able to receive
RPC events asynchronously. Applications should register their
listeners with the addRpcEventListener() method in the Session
class.
- See Also:
Session.addRpcEventListener(RpcEventListener)
Method Summary |
void |
rpcEvent(nu.dll.lyskom.RpcEvent e)
Called by LatteKOM when an RPC event (an RPC reply) has been
received and parsed. |
rpcEvent
public void rpcEvent(nu.dll.lyskom.RpcEvent e)
- Called by LatteKOM when an RPC event (an RPC reply) has been
received and parsed.
- See Also:
RpcEvent
,
RpcReply
,
RpcCall