Interface IModule

All Known Implementing Classes:
CoreModelModule, FormModule, JavaRosaCoreModule, XFormsModule

public interface IModule
The Module Interface represents an integration point for an extensible set of JavaRosa code. A Module is used to configure a set of components with any application which might use them.
Author:
Clayton Sims
  • Method Summary

    Modifier and Type Method Description
    void registerModule()
    Register Module should identify all configuration that needs to occur for the elements that are contained within a module, and perform that configuration and registration with the current application.
  • Method Details

    • registerModule

      void registerModule()
      Register Module should identify all configuration that needs to occur for the elements that are contained within a module, and perform that configuration and registration with the current application.