Interface IrisCommandRpcWebsocket.ResponseCallback

Enclosing class:
IrisCommandRpcWebsocket<S extends org.gwtproject.rpc.api.Server<S,C>,C extends org.gwtproject.rpc.api.Client<C,S>>

protected static interface IrisCommandRpcWebsocket.ResponseCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    respond(byte command, Object[] args, int commandId)
     
  • Method Details

    • respond

      void respond(byte command, Object[] args, int commandId)