Uses of Class
com.openinventor.remoteviz.clients.nodes.SoRemoteVizClient.ServiceMessageEventArg.States
-
Packages that use SoRemoteVizClient.ServiceMessageEventArg.States Package Description com.openinventor.remoteviz.clients.nodes -
-
Uses of SoRemoteVizClient.ServiceMessageEventArg.States in com.openinventor.remoteviz.clients.nodes
Methods in com.openinventor.remoteviz.clients.nodes that return SoRemoteVizClient.ServiceMessageEventArg.States Modifier and Type Method Description SoRemoteVizClient.ServiceMessageEventArg.States
SoRemoteVizClient.ServiceMessageEventArg. getState()
Returns the connection state with the service.static SoRemoteVizClient.ServiceMessageEventArg.States
SoRemoteVizClient.ServiceMessageEventArg.States. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoRemoteVizClient.ServiceMessageEventArg.States
SoRemoteVizClient.ServiceMessageEventArg.States. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoRemoteVizClient.ServiceMessageEventArg.States[]
SoRemoteVizClient.ServiceMessageEventArg.States. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.openinventor.remoteviz.clients.nodes with parameters of type SoRemoteVizClient.ServiceMessageEventArg.States Constructor Description ServiceMessageEventArg(SoRemoteVizClient source, SoRemoteVizClient.ServiceMessageEventArg.States state, SbVec2s renderAreaSize, java.lang.String details)
Default constructor.
-