com.tuneology.avm.mixer
Interface MixerListener

All Superinterfaces:
java.util.EventListener

public interface MixerListener
extends java.util.EventListener

This is an interface for listeners looking to receive callbacks when the mixer state changes.

Version:
$Id: MixerListener.java,v 1.1 2003/01/14 08:01:40 xnarf Exp $
Author:
Fran Taylor

Method Summary
 void mixerAction(MixerEvent e)
          Called when the mixer changes.
 

Method Detail

mixerAction

public void mixerAction(MixerEvent e)
Called when the mixer changes.
Parameters:
e - the details of the event.