Class 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 Detail

      • VREvent

        public VREvent​(VRObject source)
    • Method Detail

      • getSourceClassName

        public String getSourceClassName()
      • getSourceId

        public Long getSourceId()
      • getSourceID

        public ID getSourceID()
      • sourceIs

        public boolean sourceIs​(VRObject obj)
      • isOwner

        public boolean isOwner()