public class NativeTools extends Object
Constructor and Description |
---|
NativeTools() |
Modifier and Type | Method and Description |
---|---|
static Object |
callJava(Object instance,
String methodName,
String javaSignature,
Object[] arguments)
Call a Java method (Generally called from JNI)
|
public static Object callJava(Object instance, String methodName, String javaSignature, Object[] arguments)
instance
- Instance on which the method is called.methodName
- Method name to call.javaSignature
- Method Java signature.arguments
- Method parameters.Copyright © 2020. All rights reserved.