Interface WhisperProgressCallback

All Superinterfaces:
com.sun.jna.Callback

public interface WhisperProgressCallback extends com.sun.jna.Callback
Callback for progress updates.
  • 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
    void
    callback(com.sun.jna.Pointer ctx, com.sun.jna.Pointer state, int progress, com.sun.jna.Pointer user_data)
    Callback method for progress updates.
  • Method Details

    • callback

      void callback(com.sun.jna.Pointer ctx, com.sun.jna.Pointer state, int progress, com.sun.jna.Pointer user_data)
      Callback method for progress updates.
      Parameters:
      ctx - The whisper context.
      state - The whisper state.
      progress - The progress value.
      user_data - User data.