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 void
void
void
Event generated on the server (e.g.void
SessionManager.notifyListeners
(VREvent event) void
void
-
Uses of VREvent in org.vrspace.server.dto
Subclasses of VREvent in org.vrspace.server.dtoModifier and TypeClassDescriptionclass
A 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 TypeMethodDescriptionvoid
VRObject.notifyListeners
(VREvent event) void
Bot.processEvent
(VREvent event) Process an event.void
Client.processEvent
(VREvent event) Process an event received from other active objects, typically other users.void
EventRecorder.processEvent
(VREvent event) void
Game.processEvent
(VREvent event) Process a client (player) event.void
VRObject.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)