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