Uses of Interface
com.tuneology.avm.mixer.MixerListener

Packages that use MixerListener
com.tuneology.avm.mixer An API to a sound card's mixer hardware. 
 

Uses of MixerListener in com.tuneology.avm.mixer
 

Methods in com.tuneology.avm.mixer with parameters of type MixerListener
 void NativeMixerElement.addEventListener(MixerListener listener)
          Registers listener so that it will receive notifications when its element changes.
 void NativeMixerElement.removeEventListener(MixerListener listener)
          Unregisters listener so that it will no longer receive notifications when its element changes.
 void MixerElement.addEventListener(MixerListener listener)
          Registers listener so that it will receive notifications when its element changes.
 void MixerElement.removeEventListener(MixerListener listener)
          Unregisters listener so that it will no longer receive notifications when its element changes.