Interface EqualizerListener

All Known Implementing Classes:
AudioApi

public interface EqualizerListener
Specification for a component interested in receiving equalizer state change notifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The state of the equalizer changed.
  • Method Details

    • equalizerChanged

      void equalizerChanged(Equalizer equalizer)
      The state of the equalizer changed.
      Parameters:
      equalizer - the equalizer that changed