org.freehep.application.studio
Class Plugin

java.lang.Object
  extended by org.freehep.application.studio.Plugin
Direct Known Subclasses:
PluginManager

public abstract class Plugin
extends Object

A base class which Plugins must extend


Constructor Summary
Plugin()
           
 
Method Summary
 boolean canBeShutDown()
          Test if the plugin can be shutdown.
 Studio getApplication()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugin

public Plugin()
Method Detail

canBeShutDown

public boolean canBeShutDown()
Test if the plugin can be shutdown. The default implementation always returns false, override as necessary.


getApplication

public Studio getApplication()


Copyright © 2000-2013 FreeHEP. All Rights Reserved.