Interface Convolver1D.Convolver1DListener

Enclosing class:
Convolver1D

public static interface Convolver1D.Convolver1DListener
Interface defining events produced by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onConvolveProgressChange(float progress)
    Called when convolution progress changes.
    void
    Called when convolution finishes.
    void
    Called when convolution starts.
  • Method Details

    • onStartConvolution

      void onStartConvolution()
      Called when convolution starts.
    • onFinishConvolution

      void onFinishConvolution()
      Called when convolution finishes.
    • onConvolveProgressChange

      void onConvolveProgressChange(float progress)
      Called when convolution progress changes.
      Parameters:
      progress - convolution progress as a value between 0.0f and 1.0f.