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 Type
    Method
    Description
    void
    Initializes the Property Manager instance for the property.
  • Method Details

    • initialize

      void initialize(PropMgr propMgr)
      Initializes the Property Manager instance for the property.
      Parameters:
      propMgr - The Property Manager.