Package io.anyline2.core
Class anyline_core_customJNI
-
- All Implemented Interfaces:
public class anyline_core_customJNI
This file holds JNI code for handling the Callback from C/C++ code back to JAVA. This is actually some complex shit, so don't you dare to touch it if you don't know what you're doing!
-
-
Constructor Summary
Constructors Constructor Description anyline_core_customJNI()
-
Method Summary
Modifier and Type Method Description final static void
destroy_PluginCallback(long jarg1)
final static long
new_PluginCallback()
final static void
AnylineCoreCallbackConnector_init_PluginCallback(PluginCallback obj, long cptr, boolean mem_own, boolean weak_global)
-
-
Method Detail
-
destroy_PluginCallback
final static void destroy_PluginCallback(long jarg1)
-
new_PluginCallback
final static long new_PluginCallback()
-
AnylineCoreCallbackConnector_init_PluginCallback
final static void AnylineCoreCallbackConnector_init_PluginCallback(PluginCallback obj, long cptr, boolean mem_own, boolean weak_global)
-
-
-
-