JNA API 3.0

com.sun.jna
Class CallbackInvocationContext

java.lang.Object
  extended by com.sun.jna.FromNativeContext
      extended by com.sun.jna.CallbackInvocationContext

public class CallbackInvocationContext
extends FromNativeContext

Provide argument conversion context for a callback invocation.


Constructor Summary
CallbackInvocationContext(Class javaType, Method m, Object[] args)
           
 
Method Summary
 Object[] getArguments()
           
 Method getMethod()
           
 
Methods inherited from class com.sun.jna.FromNativeContext
getTargetType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallbackInvocationContext

public CallbackInvocationContext(Class javaType,
                                 Method m,
                                 Object[] args)
Method Detail

getMethod

public Method getMethod()

getArguments

public Object[] getArguments()

JNA API 3.0

Copyright © 2007 Timothy Wall. All Rights Reserved.