Uses of Class
org.vrspace.server.dto.VREvent
Package
Description
-
Uses of VREvent in org.vrspace.client
Modifier 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
-
Uses of VREvent in org.vrspace.server.dto
Modifier and TypeClassDescriptionclass
A request received from a client, created by SessionManager. -
Uses of VREvent in org.vrspace.server.obj
Modifier 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 nothingModifierConstructorDescriptionPersistentEvent
(long delay, String type, VREvent event, VRObject source)