Uses of Class
org.vrspace.server.dto.VREvent
Packages that use VREvent
Package
Description
-
Uses of VREvent in org.vrspace.client
Method parameters in org.vrspace.client with type arguments of type VREventModifier and TypeMethodDescriptionVRSpaceClient.addEventListener(Function<VREvent, Void> listener) Add event listener to receive events from the server; an event is either a Command or change to a VRObject -
Uses of VREvent in org.vrspace.server.core
Methods in org.vrspace.server.core with parameters of type VREvent -
Uses of VREvent in org.vrspace.server.dto
Subclasses of VREvent in org.vrspace.server.dtoModifier and TypeClassDescriptionclassA request received from a client, created by SessionManager.Fields in org.vrspace.server.dto declared as VREventMethods in org.vrspace.server.dto that return VREventConstructors in org.vrspace.server.dto with parameters of type VREvent -
Uses of VREvent in org.vrspace.server.obj
Methods in org.vrspace.server.obj that return VREventMethods in org.vrspace.server.obj with parameters of type VREventModifier and TypeMethodDescriptionvoidVRObject.notifyListeners(VREvent event) voidBot.processEvent(VREvent event) Process an event.voidClient.processEvent(VREvent event) Process an event received from other active objects, typically other users.voidEventRecorder.processEvent(VREvent event) voidVRObject.processEvent(VREvent event) This implementation does nothingConstructors in org.vrspace.server.obj with parameters of type VREventModifierConstructorDescriptionPersistentEvent(long delay, String type, VREvent event, VRObject source)