Package com.openinventor.inventor.errors
Interface SoDebugError.Handler
- Enclosing class:
SoDebugError
public static interface SoDebugError.Handler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(SoDebugError error) Callback to handle debug errors.
-
Method Details
-
invoke
Callback to handle debug errors.- Parameters:
error
- the posted error
-