org.jfree.report.modules.factories.report.flow

Class FlowReportFactoryModule

public class FlowReportFactoryModule extends AbstractModule

Creation-Date: 09.04.2006, 14:01:07

Author: Thomas Morgner

Field Summary
static StringNAMESPACE
Constructor Summary
FlowReportFactoryModule()
Method Summary
voidinitialize(SubSystem subSystem)
Initializes the module.

Field Detail

NAMESPACE

public static final String NAMESPACE

Constructor Detail

FlowReportFactoryModule

public FlowReportFactoryModule()

Method Detail

initialize

public void initialize(SubSystem subSystem)
Initializes the module. Use this method to perform all initial setup operations. This method is called only once in a modules lifetime. If the initializing cannot be completed, throw a ModuleInitializeException to indicate the error,. The module will not be available to the system.

Parameters: subSystem the subSystem.

Throws: ModuleInitializeException if an error ocurred while initializing the module.