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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialize(PropMgr propMgr)
Initializes the Property Manager instance for the property.
-
-
-
Method Detail
-
initialize
void initialize(PropMgr propMgr)
Initializes the Property Manager instance for the property.- Parameters:
propMgr
- The Property Manager.
-
-