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 Summary Link icon

    Modifier and Type
    Method
    Description
    Gets the class loader for the Module application used to load the user classes.
  • Method Details Link icon

    • getModuleClassLoader Link icon

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