Class SoWWWInlineFetchURLCB
java.lang.Object
com.openinventor.inventor.misc.Callback
com.openinventor.inventor.misc.callbacks.NCallback
com.openinventor.inventor.misc.callbacks.SoWWWInlineFetchURLCB
- All Implemented Interfaces:
CB
Callback for
SoWWWInline
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(String url, SoWWWInline 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
-
Constructor Details
-
SoWWWInlineFetchURLCB
public SoWWWInlineFetchURLCB()
-
-
Method Details
-
invoke
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.
-