de.jreality.scene.event
Class AudioEventMulticaster

java.lang.Object
  extended by de.jreality.scene.event.AudioEventMulticaster
All Implemented Interfaces:
AudioListener, EventListener

public final class AudioEventMulticaster
extends Object
implements AudioListener


Method Summary
static AudioListener add(AudioListener a, AudioListener b)
           
 void audioChanged(AudioEvent ev)
           
static AudioListener remove(AudioListener l, AudioListener oldl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public static AudioListener add(AudioListener a,
                                AudioListener b)

remove

public static AudioListener remove(AudioListener l,
                                   AudioListener oldl)

audioChanged

public void audioChanged(AudioEvent ev)
Specified by:
audioChanged in interface AudioListener