Package com.sun.jna
Class CallbackParameterContext
- java.lang.Object
-
- com.sun.jna.FromNativeContext
-
- com.sun.jna.CallbackParameterContext
-
public class CallbackParameterContext extends FromNativeContext
Provide argument conversion context for a callback invocation.
-
-
Constructor Summary
Constructors Constructor Description CallbackParameterContext(Class<?> javaType, Method m, Object[] args, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
getArguments()
int
getIndex()
Method
getMethod()
-
Methods inherited from class com.sun.jna.FromNativeContext
getTargetType
-
-