Interface IModuleOwner

  • All Known Implementing Classes:
    EditorModuleProjectPropCnr, ModuleProjectPropCnr

    public interface IModuleOwner
    Interface implemented by the Module owner to perform various session or application specific functions, such as to get the class loader, etc.
    Author:
    Christopher Mindus
    • Method Detail

      • getModuleClassLoader

        java.lang.ClassLoader getModuleClassLoader()
        Gets the class loader for the Module application used to load the user classes.
        Returns:
        A class loader.