Package com.openinventor.inventor.nodes
Interface SoCallback.CB
-
- Enclosing class:
- SoCallback
public static interface SoCallback.CB
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke(SoAction action)
This method is called each time an action traverses the SoCallback node.
-
-
-
Method Detail
-
invoke
void invoke(SoAction action)
This method is called each time an action traverses the SoCallback node.- Parameters:
action
- the action that is currently traversing the SoCallback node.
-
-