de.grogra.gpuflux
Class GPUFlux

java.lang.Object
  extended by de.grogra.pf.registry.Plugin
      extended by de.grogra.gpuflux.GPUFlux
All Implemented Interfaces:
RegistryContext

public class GPUFlux
extends Plugin


Field Summary
static I18NBundle I18N
           
 
Constructor Summary
GPUFlux()
           
 
Method Summary
 boolean initialize()
          Initializes the plugin during booting of application.
 
Methods inherited from class de.grogra.pf.registry.Plugin
checkConfigure, getI18NBundle, getPluginDescriptor, getRegistry, shutdown, startup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

I18N

public static final I18NBundle I18N
Constructor Detail

GPUFlux

public GPUFlux()
Method Detail

initialize

public boolean initialize()
Description copied from class: Plugin
Initializes the plugin during booting of application. If this method returns false, the plugin is disabled throughout the lifetime of the application.

The default implementation simply returns true. Subclasses may override this method if they have to check some preconditions which are required by their plugin.

Overrides:
initialize in class Plugin
Returns:
true iff plugin shall be enabled