Package org.vrspace.server.dto
Class Add
java.lang.Object
org.vrspace.server.dto.Add
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
Share
Add is both a Command and a DTO. Add command is issued by a client to add
some object(s) to the world. The client becomes owner of all added objects.
Add DTO is sent to clients when new objects (typically users) enter the
scene. JSON message structure for both cases is the same.
- Author:
- joe
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
execute
(WorldManager world, Client client) Add objects to the scene, returns List of object identifiers (classname+id pairs)List of VRObjects to add.int
hashCode()
void
setObjects
(List<VRObject> objects) List of VRObjects to add.toString()
-
Constructor Details
-
Add
-
Add
-
Add
public Add()
-
-
Method Details
-
addObject
-
execute
Add objects to the scene, returns List of object identifiers (classname+id pairs) -
getObjects
List of VRObjects to add. -
setObjects
List of VRObjects to add. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-