com.vhosting.netconf.frame
Interface RpcReplySpecificListener


public interface RpcReplySpecificListener

This listener is the listener of a specific RPC reply to a specific operation.

Version:
1.00, 02/11/2010
Author:
Giuseppe Palmeri

Method Summary
 void processRpcReply(RpcReply reply)
          Implement this method to intercept the response of the RPC operation.
 

Method Detail

processRpcReply

void processRpcReply(RpcReply reply)
Implement this method to intercept the response of the RPC operation.

Parameters:
reply - The RPC reply of the operation.