Class SoCallbackActionCB
- java.lang.Object
-
- com.openinventor.inventor.misc.Callback
-
- com.openinventor.inventor.misc.callbacks.NCallback
-
- com.openinventor.inventor.misc.callbacks.SoCallbackActionCB
-
- All Implemented Interfaces:
CB
public class SoCallbackActionCB extends NCallback
Callback forSoCallbackAction
.
-
-
Constructor Summary
Constructors Constructor Description SoCallbackActionCB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
invoke(SoCallbackAction s, SoNode node)
This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body.-
Methods inherited from class com.openinventor.inventor.misc.callbacks.NCallback
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
invoke
public int invoke(SoCallbackAction s, SoNode node)
This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body. invoke is the java callback.
-
-