Uses of Enum Class
com.openinventor.remoteviz.clients.nodes.SoRemoteVizClient.ServiceMessageEventArg.States
Packages that use SoRemoteVizClient.ServiceMessageEventArg.States
-
Uses of SoRemoteVizClient.ServiceMessageEventArg.States in com.openinventor.remoteviz.clients.nodes
Methods in com.openinventor.remoteviz.clients.nodes that return SoRemoteVizClient.ServiceMessageEventArg.StatesModifier and TypeMethodDescriptionSoRemoteVizClient.ServiceMessageEventArg.getState()
Returns the connection state with the service.SoRemoteVizClient.ServiceMessageEventArg.States.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.SoRemoteVizClient.ServiceMessageEventArg.States.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openinventor.remoteviz.clients.nodes with parameters of type SoRemoteVizClient.ServiceMessageEventArg.StatesModifierConstructorDescriptionServiceMessageEventArg
(SoRemoteVizClient source, SoRemoteVizClient.ServiceMessageEventArg.States state, SbVec2s renderAreaSize, String details) Default constructor.