Skip navigation links
JNA API 5.12.1
com.sun.jna

Interface Callback

    • Field Summary

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

      • METHOD_NAME

        static final java.lang.String METHOD_NAME
        You must use 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 java.util.List<java.lang.String> FORBIDDEN_NAMES
        These method names may not be used for a callback method.
JNA API 5.12.1

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