java.lang.Object
com.smartdevicelink.proxy.rpc.listeners.OnRPCListener
From Class | Fields |
---|---|
com.smartdevicelink.proxy.rpc.listeners.OnRPCListener | UPDATE_LISTENER_TYPE_ALL_RPCS, UPDATE_LISTENER_TYPE_BASE_RPC, UPDATE_LISTENER_TYPE_MULTIPLE_REQUESTS |
public OnRPCResponseListener()
public final void onReceived(RPCMessage message)
This method will be called once the packet has been entered into the queue of messages to send
public void onStart(int correlationId)
This is the only method that must be extended. Other methods that are able to be extended are onStart and onError.
public abstract void onResponse(int correlationId,RPCResponse response)
From Class | Methods |
---|---|
com.smartdevicelink.proxy.rpc.listeners.OnRPCListener | setListenerType, getListenerType, onReceived |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |