Interface WavLoadListener


public interface WavLoadListener
Listener for the loading of a single wav file
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateWavLoad(String message, double percentComplete)
    Update the loading of a wav file.
  • Method Details

    • updateWavLoad

      void updateWavLoad(String message, double percentComplete)
      Update the loading of a wav file.
      Parameters:
      message - - an update message
      percentComplete - - the percent complete from 0.0 to 1.0