de.jreality.plugin.experimental
Class ViewerKeyListenerPlugin

java.lang.Object
  extended by Plugin
      extended by de.jreality.plugin.experimental.ViewerKeyListenerPlugin

public class ViewerKeyListenerPlugin
extends Plugin


Constructor Summary
ViewerKeyListenerPlugin()
           
 
Method Summary
 PluginInfo getPluginInfo()
           
 ViewerKeyListener getViewerKeyListener()
           
 void install(Controller c)
           
 void uninstall(Controller c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewerKeyListenerPlugin

public ViewerKeyListenerPlugin()
Method Detail

getPluginInfo

public PluginInfo getPluginInfo()

install

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

uninstall

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

getViewerKeyListener

public ViewerKeyListener getViewerKeyListener()