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 |
---|---|
Object |
callback(Object[] args)
This is the callback method invoked from native code.
|
Class<?>[] |
getParameterTypes()
Returns the types of the parameters to the callback method.
|
Class<?> |
getReturnType()
Returns the type of the callback method's return value.
|
Object callback(Object[] args)
Class<?>[] getParameterTypes()
Class<?> getReturnType()