Skip navigation links
JNA API 4.2.0
com.sun.jna

Interface Callback

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static Collection FORBIDDEN_NAMES
      These method names may not be used for a callback method.
      static String METHOD_NAME
      You must this method name if your callback interface has multiple public methods.
    • Field Detail

      • METHOD_NAME

        static final String METHOD_NAME
        You must this method name if your callback interface has multiple public methods. Typically a callback will have only one such method, in which case any method name may be used, with the exception of those in FORBIDDEN_NAMES.
        See Also:
        Constant Field Values
      • FORBIDDEN_NAMES

        static final Collection FORBIDDEN_NAMES
        These method names may not be used for a callback method.
JNA API 4.2.0

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