Class Echo

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

public class Echo extends Object implements Command
Echoes back the command for e.g. client development purposes. Examples {"command":{"Echo":{"command":{"Remove":{"objects":[{"VRObject":1},{"VRObject":2},{"Client":1}]}}}}} {"command":{"Echo":{"event":{"object":{"VRObject":1},"changes":{"field1":"value2","field2":5,"field3":{"id":2},"field4":{"one":1,"two":"two"}}}}}} {"command":{"Echo":{"event":{"object":{"Client":0},"changes":{"name":"NewClientName"}}}}}