Package com.openinventor.inventor.errors
Interface SoDebugError.Handler
-
- Enclosing class:
- SoDebugError
public static interface SoDebugError.Handler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke(SoDebugError error)
Callback to handle debug errors.
-
-
-
Method Detail
-
invoke
void invoke(SoDebugError error)
Callback to handle debug errors.- Parameters:
error
- the posted error
-
-