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(Consumer<VREvent> listener) Add event listener to receive events from the server (changes to VRObjects) -
Uses of VREvent in org.vrspace.server.connect
Methods in org.vrspace.server.connect with parameters of type VREventConstructors in org.vrspace.server.connect with parameters of type VREvent -
Uses of VREvent in org.vrspace.server.core
Methods in org.vrspace.server.core with parameters of type VREventModifier and TypeMethodDescriptionprotected voidvoidvoidEvent generated on the server (e.g.voidBotManager.notifyListeners(Bot bot, VREvent event) Replacement for VRObject.notifyListeners() that Bots need to use for events they generate.voidSessionManager.notifyListeners(VREvent event) voidvoid -
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 VREventMethods in org.vrspace.server.dto with parameters of type 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) voidGame.processEvent(VREvent event) Process a client (player) 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)