Uses of Package
org.vrspace.server.dto
Packages that use org.vrspace.server.dto
Package
Description
-
Classes in org.vrspace.server.dto used by org.vrspace.clientClassDescriptionA request received from a client, created by SessionManager.A command issued by a client.Add and Remove command change the SceneAn event that happened to an object.Welcome message is first one sent once the client enters a world.
-
Classes in org.vrspace.server.dto used by org.vrspace.server.api
-
Classes in org.vrspace.server.dto used by org.vrspace.server.connectClassDescriptionA request received from a client, created by SessionManager.A command issued by a client.An event that happened to an object.
-
Classes in org.vrspace.server.dto used by org.vrspace.server.coreClassDescriptionA request received from a client, created by SessionManager.Scene properties that determine how far user sees, how often scene is refreshed, etc.An event that happened to an object.Welcome message is first one sent once the client enters a world.
-
Classes in org.vrspace.server.dto used by org.vrspace.server.dtoClassDescriptionAdd is both a Command and a DTO.That's one bad flexible solution: a command can return anything.A command issued by a client.Remove object from the scene or world.Add and Remove command change the SceneScene properties that determine how far user sees, how often scene is refreshed, etc.An event that happened to an object.
-
Classes in org.vrspace.server.dto used by org.vrspace.server.objClassDescriptionA command issued by a client.Scene properties that determine how far user sees, how often scene is refreshed, etc.An event that happened to an object.
-
Classes in org.vrspace.server.dto used by org.vrspace.server.web