Uses of Class
org.vrspace.server.dto.VREvent
-
Packages that use VREvent Package Description org.vrspace.client org.vrspace.server.core org.vrspace.server.dto org.vrspace.server.obj -
-
Uses of VREvent in org.vrspace.client
Method parameters in org.vrspace.client with type arguments of type VREvent Modifier and Type Method Description VRSpaceClientVRSpaceClient. 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 Modifier and Type Method Description protected voidDispatcher. dispatch(VREvent event)voidWorldManager. dispatch(VREvent event)voidPersistenceManager. persist(VREvent event)voidTerrainManager. persist(VREvent event) -
Uses of VREvent in org.vrspace.server.dto
Subclasses of VREvent in org.vrspace.server.dto Modifier and Type Class Description classClientRequestA request received from a client, created by SessionManager.Fields in org.vrspace.server.dto declared as VREvent Modifier and Type Field Description VREventEcho. eventMethods in org.vrspace.server.dto that return VREvent Modifier and Type Method Description VREventVREvent. addChange(String field, Object value)Constructors in org.vrspace.server.dto with parameters of type VREvent Constructor Description Echo(VREvent event) -
Uses of VREvent in org.vrspace.server.obj
Methods in org.vrspace.server.obj that return VREvent Modifier and Type Method Description VREventPersistentEvent. getEvent()Methods in org.vrspace.server.obj with parameters of type VREvent Modifier and Type Method Description voidVRObject. 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 VREvent Constructor Description PersistentEvent(long delay, String type, VREvent event, VRObject source)
-