| android.media.audiofx.AudioEffect.OnEnableStatusChangeListener | 
The OnEnableStatusChangeListener interface defines a method called by the AudioEffect when a the enabled state of the effect engine was changed by the controlling application.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Called on the listener to notify it that the effect engine has been
 enabled or disabled. | |||||||||||
Called on the listener to notify it that the effect engine has been enabled or disabled.
| effect | the effect on which the interface is registered. | 
|---|---|
| enabled | new effect state. |