Class ClientRequest


  • public class ClientRequest
    extends VREvent
    A request received from a client, created by SessionManager. It can be either an an object, or a command.
    Author:
    joe
    • Constructor Detail

      • ClientRequest

        public ClientRequest​(VRObject obj)
      • ClientRequest

        public ClientRequest​(Client client,
                             Command cmd)
      • ClientRequest

        public ClientRequest()