Package com.iizix.prop
Interface IInitializePropMgr
- All Known Implementing Classes:
- AppPropCnr,- EditorAppPropCnr,- EditorModuleProjectPropCnr,- ModuleProjectPropCnr
public interface IInitializePropMgr
Interface for framework properties that need to be initialized by the loader Property Manager.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- initialize- (PropMgr propMgr) Initializes the Property Manager instance for the property.
- Method Details- initializeInitializes the Property Manager instance for the property.- Parameters:
- propMgr- The Property Manager.