java.lang.Object
public static final int UPDATE_LISTENER_TYPE_ALL_RPCS
public static final int UPDATE_LISTENER_TYPE_BASE_RPC
public static final int UPDATE_LISTENER_TYPE_MULTIPLE_REQUESTS
This is the base listener for all RPCs.
public OnRPCListener()
protected final void setListenerType(int type)
This is used to see what type of listener this instance is. It is needed because some RPCs require additional callbacks. Types are constants located in this class
public int getListenerType()
This is the only method that must be extended.
public abstract void onReceived(RPCMessage message)
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |