de.jreality.plugin.experimental
Class ManagedContentGUI

java.lang.Object
  extended by Plugin
      extended by de.jreality.plugin.experimental.ManagedContentGUI
All Implemented Interfaces:
ActionListener, EventListener

public class ManagedContentGUI
extends Plugin
implements ActionListener


Constructor Summary
ManagedContentGUI()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 PluginInfo getPluginInfo()
           
 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

ManagedContentGUI

public ManagedContentGUI()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

install

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

uninstall

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

getPluginInfo

public PluginInfo getPluginInfo()