Package org.vrspace.server.dto
Class VREvent
- java.lang.Object
-
- org.vrspace.server.dto.VREvent
-
- Direct Known Subclasses:
ClientRequest
public class VREvent extends Object
An event that happened to an object. Event can change one or more properties of an object, and can be generated internally. It's typically received from a client, and represents changes to clients own properties, e.g. position.- Author:
- joe
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VREventaddChange(String field, Object value)StringgetSourceClassName()LonggetSourceId()IDgetSourceID()booleanisOwner()booleansourceIs(VRObject obj)
-