Aviatrix3D
2.1.0

Uses of Interface
org.j3d.aviatrix3d.iutil.AudioUpdateListener

Packages that use AudioUpdateListener
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
 

Uses of AudioUpdateListener in org.j3d.aviatrix3d
 

Classes in org.j3d.aviatrix3d that implement AudioUpdateListener
 class BackgroundSound
          A BackgroundSound class whichs emits a sound which doesn't change by distance or orientation.
 class ConeSound
          A ConeSound class which emits a conical sound in one direction.
 class PointSound
          A PointSound class which emits sound in all directions from a point.
 class Sound
          A Sound class represents all sound emiting nodes in the system.
 

Methods in org.j3d.aviatrix3d with parameters of type AudioUpdateListener
 void AudioComponent.addUpdateListener(AudioUpdateListener l)
          Add a listener for audio change updates.
 void AudioComponent.removeUpdateListener(AudioUpdateListener l)
          Remove a listener for audio change updates.
 


Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org