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
  • Constructor Details

  • Method Details

    • addChange

      public VREvent addChange(String field, Object value)
    • getSourceClassName

      public String getSourceClassName()
    • getSourceId

      public Long getSourceId()
    • getSourceID

      public ID getSourceID()
    • sourceIs

      public boolean sourceIs(VRObject obj)
    • isOwner

      public boolean isOwner()