de.jreality.scene.event
Class AudioEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.jreality.scene.event.SceneEvent
          extended by de.jreality.scene.event.AudioEvent
All Implemented Interfaces:
Serializable

public class AudioEvent
extends SceneEvent

See Also:
Serialized Form

Constructor Summary
AudioEvent(AudioSource source)
           
 
Method Summary
 
Methods inherited from class de.jreality.scene.event.SceneEvent
getSourceNode
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AudioEvent

public AudioEvent(AudioSource source)