Package com.iizix.prop
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 Details
getModuleClassLoader
ClassLoader getModuleClassLoader()Gets the class loader for the Module application used to load the user classes.- Returns:
- A class loader.