Skip navigation links
JNA API 4.5.2
com.sun.jna

Class CallbackResultContext



  • public class CallbackResultContext
    extends ToNativeContext
    Conversion context from a Java Callback result to a native value.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CallbackResultContext(java.lang.reflect.Method callbackMethod) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.reflect.Method getMethod() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallbackResultContext

        CallbackResultContext(java.lang.reflect.Method callbackMethod)
    • Method Detail

      • getMethod

        public java.lang.reflect.Method getMethod()
JNA API 4.5.2

Copyright © 2007-2017 Timothy Wall. All Rights Reserved.