12-17-2020, 08:28 AM
Java with JNI behaves different than other languages, you pass the string with the name of the Java method to invoke. The hard work is done inside the JNI bridge.
In other languages -like C#- you have to create the callback method as a type of object. In fact it's simpler that the Java way.
In other languages -like C#- you have to create the callback method as a type of object. In fact it's simpler that the Java way.