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 Summary
Modifier and TypeMethodDescriptionvoid
initialize
(PropMgr propMgr) Initializes the Property Manager instance for the property.
Method Details
initialize
Initializes the Property Manager instance for the property.- Parameters:
propMgr
- The Property Manager.