public interface CallbackProxy extends Callback
Callback
which expects its arguments in a single Object array
passed to its callback(java.lang.Object[])
method.Callback.UncaughtExceptionHandler
FORBIDDEN_NAMES, METHOD_NAME
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
callback(java.lang.Object[] args)
This is the callback method invoked from native code.
|
java.lang.Class<?>[] |
getParameterTypes()
Returns the types of the parameters to the callback method.
|
java.lang.Class<?> |
getReturnType()
Returns the type of the callback method's return value.
|
java.lang.Object callback(java.lang.Object[] args)
java.lang.Class<?>[] getParameterTypes()
java.lang.Class<?> getReturnType()