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 TypeMethodDescriptionvoidServiceListener.onMissingLicense(String renderAreaId, ConnectionParameters parameters) Deprecated.As of Open Inventor 10.9.0.0.booleanServiceListener.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.booleanServiceListener.onPendingShareRenderArea(RenderArea renderArea, Client client, ConnectionParameters parameters) Triggered when a connection is pending and the requested renderArea exists.