- All Known Implementing Classes:
AudioApi
public interface EqualizerListener
Specification for a component interested in receiving equalizer state change notifications.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
equalizerChanged
(Equalizer equalizer) The state of the equalizer changed.
-
Method Details
-
equalizerChanged
The state of the equalizer changed.- Parameters:
equalizer
- the equalizer that changed
-