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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ClassLoader
getModuleClassLoader()
Gets the class loader for the Module application used to load the user classes.