Package 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 Description
      CallbackResultContext​(java.lang.reflect.Method callbackMethod)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()