Uses of Class
com.openinventor.remoteviz.rendering.ConnectionParameters
Packages that use ConnectionParameters
-
Uses of ConnectionParameters in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return ConnectionParametersMethods in com.openinventor.remoteviz.rendering with parameters of type ConnectionParametersModifier and TypeMethodDescriptionvoid
ServiceListener.onMissingLicense
(String renderAreaId, ConnectionParameters parameters) Deprecated.As of Open Inventor 10.9.0.0.boolean
ServiceListener.onPendingCreateRenderArea
(String renderAreaId, int[] size, RenderAreaHardware renderAreaHardware, Client client, ConnectionParameters parameters) Triggered when a connection is pending and the requested renderArea does not exist.\n\n Default behavior : accept the connection by returning true.boolean
ServiceListener.onPendingShareRenderArea
(RenderArea renderArea, Client client, ConnectionParameters parameters) Triggered when a connection is pending and the requested renderArea exists.