com.sun.jna
Class CallbackInvocationContext
java.lang.Object
com.sun.jna.FromNativeContext
com.sun.jna.CallbackInvocationContext
public class CallbackInvocationContext
- extends FromNativeContext
Provide argument conversion context for a callback invocation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallbackInvocationContext
public CallbackInvocationContext(Class javaType,
Method m,
Object[] args)
getMethod
public Method getMethod()
getArguments
public Object[] getArguments()
Copyright © 2007 Timothy Wall. All Rights Reserved.