Package org.vrspace.server.dto
Class Recording
java.lang.Object
org.vrspace.server.dto.Recording
- All Implemented Interfaces:
Command
Command to start/stop/play recording of client's events.
- Author:
- joe
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanexecute(WorldManager worldManager, Client client) Action: record, play, stop, deletegetName()Recorder name, must be uniquestatic EventRecordergetRecorder(WorldManager worldManager, Client client, String name) inthashCode()voidAction: record, play, stop, deletevoidRecorder name, must be uniquetoString()
-
Constructor Details
-
Recording
public Recording() -
Recording
-
-
Method Details
-
execute
-
getRecorder
-
getName
Recorder name, must be unique -
getAction
Action: record, play, stop, delete -
setName
Recorder name, must be unique -
setAction
Action: record, play, stop, delete -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-