Uses of Interface
org.vrspace.server.dto.Command
-
Packages that use Command Package Description org.vrspace.client org.vrspace.server.dto org.vrspace.server.obj -
-
Uses of Command in org.vrspace.client
Methods in org.vrspace.client with parameters of type Command Modifier and Type Method Description voidVRSpaceClient. send(Command cmd)Send a command -
Uses of Command in org.vrspace.server.dto
Classes in org.vrspace.server.dto that implement Command Modifier and Type Class Description classAddAdd is both a Command and a DTO.classDescribeDescribe Command used without argument lists all available classes.classEchoEchoes back the command for e.g.classEnterEnter a world.classLogBrowsers on mobile devices do not have javscript console, and USB debugging is next to useless.classPingSome ISPs and/or hosting providers close inactive websockets after some time.classRecordingCommand to start/stop/play recording of client's events.classRefreshCommand to enforce Scene update.classRemoveRemove object from the scene or world.classSessionSession flow control.Fields in org.vrspace.server.dto declared as Command Modifier and Type Field Description CommandEcho. commandConstructors in org.vrspace.server.dto with parameters of type Command Constructor Description ClientRequest(Client client, Command cmd)Echo(Command command) -
Uses of Command in org.vrspace.server.obj
Constructors in org.vrspace.server.obj with parameters of type Command Constructor Description PersistentEvent(long delay, String type, Command cmd)
-