Interface ITessAPI.CANCEL_FUNC

All Superinterfaces:
com.sun.jna.Callback
Enclosing interface:
ITessAPI

public static interface ITessAPI.CANCEL_FUNC extends com.sun.jna.Callback
Callback for cancel_func.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.sun.jna.Callback

    com.sun.jna.Callback.UncaughtExceptionHandler
  • Field Summary

    Fields inherited from interface com.sun.jna.Callback

    FORBIDDEN_NAMES, METHOD_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    invoke(com.sun.jna.Pointer cancel_this, int words)
     
  • Method Details

    • invoke

      boolean invoke(com.sun.jna.Pointer cancel_this, int words)
      Parameters:
      cancel_this -
      words -
      Returns: