Package org.vrspace.server.dto
Class ClientRequest
- java.lang.Object
-
- org.vrspace.server.dto.VREvent
-
- org.vrspace.server.dto.ClientRequest
-
public class ClientRequest extends VREvent
A request received from a client, created by SessionManager. It can be either an an object, or a command.- Author:
- joe
-
-
Constructor Summary
Constructors Constructor Description ClientRequest(Client client, Command cmd)ClientRequest(VRObject obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCommand()-
Methods inherited from class org.vrspace.server.dto.VREvent
addChange, getSourceClassName, getSourceId, getSourceID, isOwner, sourceIs
-
-