de.jreality.plugin.audio
Class Audio

java.lang.Object
  extended by Plugin
      extended by de.jreality.plugin.audio.Audio
All Implemented Interfaces:
EventListener, ChangeListener

public class Audio
extends Plugin
implements ChangeListener


Nested Class Summary
static class Audio.BackendType
           
static class Audio.InterpolationType
           
 
Constructor Summary
Audio()
           
 
Method Summary
 PluginInfo getPluginInfo()
           
 void install(Controller c)
           
 void stateChanged(ChangeEvent e)
           
 void uninstall(Controller c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Audio

public Audio()
Method Detail

getPluginInfo

public PluginInfo getPluginInfo()

install

public void install(Controller c)

uninstall

public void uninstall(Controller c)
               throws Exception
Throws:
Exception

stateChanged

public void stateChanged(ChangeEvent e)
Specified by:
stateChanged in interface ChangeListener