Module gpuFlux

Class GPUFlux

All Implemented Interfaces:
RegistryContext

public class GPUFlux extends Plugin
  • Field Details

  • Constructor Details

    • GPUFlux

      public GPUFlux()
  • Method Details

    • 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