Package com.jme3.network.service.rpc
Interface RpcHandler
public interface RpcHandler
Implementations of this interface can be registered with
  the RpcClientService or RpcHostService to handle the 
  remote procedure calls for a given object or objects.
- 
Method SummaryModifier and TypeMethodDescriptioncall(RpcConnection conn, short objectId, short procId, Object... args) Called when a remote procedure call request is received for a particular object from the other end of the network connection.
- 
Method Details- 
callCalled when a remote procedure call request is received for a particular object from the other end of the network connection.
 
-