Class Recording

java.lang.Object
org.vrspace.server.dto.Recording
All Implemented Interfaces:
Command

public class Recording extends Object implements Command
Command to start/stop/play recording of client's events.
Author:
joe
See Also:
  • Constructor Details

    • Recording

      public Recording()
    • Recording

      public Recording(String name, String action)
      Creates a new Recording instance.
      Parameters:
      name - Recorder name, must be unique
      action - Action: record, play, stop, delete
  • Method Details