javauis/lcdui_akn/lcdui/inc/CMIDAppUi.h
branchRCL_3
changeset 83 26b2b12093af
parent 66 2455ef1f5bbc
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    64     // MLcduiPlugin
    64     // MLcduiPlugin
    65     void SetObserverL(MMIDObserver* aObserver);
    65     void SetObserverL(MMIDObserver* aObserver);
    66     MMIDComponentFactory* CreateComponentFactoryL();
    66     MMIDComponentFactory* CreateComponentFactoryL();
    67     // This will be called from Toolkit before it deletes CMIDEnv
    67     // This will be called from Toolkit before it deletes CMIDEnv
    68     void SetEnv(MMIDEnv* aEnv);
    68     void SetEnv(MMIDEnv* aEnv);
    69 #ifdef RD_JAVA_NGA_ENABLED
       
    70     /**
       
    71      * Handle graphics out of memory event sent by the GOOM module.
       
    72      * This method releases graphics memory and informs the GOOM about this.
       
    73      * @return <code>ETrue</code> if the event was handled properly.
       
    74      */
       
    75     TBool HandleGoomMemoryLowEventL();
       
    76 #endif // RD_JAVA_NGA_ENABLED
       
    77 
    69 
    78 private: // data
    70 private: // data
    79     MMIDObserver* iObserver;
    71     MMIDObserver* iObserver;
    80     RPointerArray<CMIDDisplayable> iDisplayables;
    72     RPointerArray<CMIDDisplayable> iDisplayables;
    81     java::ui::CoreUiAvkonAppUi*    mCoreAppUi;
    73     java::ui::CoreUiAvkonAppUi*    mCoreAppUi;