|
JNA API> 3.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallbackProxy
Placeholder proxy interface to allow an InvocationHandler to convert
arguments/return values on callback methods. This is a special sub-interface
of Callback
which expects its arguments in a single Object array
passed to its callback(java.lang.Object[])
method.
Field Summary |
---|
Fields inherited from interface com.sun.jna.Callback |
---|
METHOD_NAME |
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.lang.Object callback(java.lang.Object[] args)
java.lang.Class[] getParameterTypes()
java.lang.Class getReturnType()
|
JNA API> 3.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |