Package org.vrspace.server.dto
Class Remove
- java.lang.Object
-
- org.vrspace.server.dto.Remove
-
- All Implemented Interfaces:
Command
public class Remove extends Object implements Command
Remove object from the scene or world. This message is sent by the server when objects are removed from the scene, i.e. no longer visible. But when client sends the message, objects are removed from the world. JSON message structure is the same in both cases.- Author:
- joe
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientResponseexecute(WorldManager world, Client client)IDnext()Removeremove(String className, Long id)RemoveremoveObject(VRObject obj)
-