Save This Page
Home » jcommon-1.0.13 » org.jfree.base.modules » [javadoc | source]
org.jfree.base.modules
public interface: ModuleInitializer [javadoc | source] The module initializer is used to separate the initialization process from the module definition. An invalid classpath setup or an missing base module may throw an ClassCastException if the module class references this missing resource. Separating them is the best way to make sure that the classloader does not interrupt the module loading process.
Method from org.jfree.base.modules.ModuleInitializer Summary:
performInit
Method from org.jfree.base.modules.ModuleInitializer Detail:
 public  void performInit() throws ModuleInitializeException
    Performs the initalization of the module.