phoneapp/phoneuicontrol/inc/mphonesystemevents.h
branchRCL_3
changeset 5 2a26698d78ba
parent 0 5f000ab63145
child 24 41a7f70b3818
equal deleted inserted replaced
4:24062c24fe38 5:2a26698d78ba
    83         * Indicates when the Idle app is in the foreground.
    83         * Indicates when the Idle app is in the foreground.
    84         */
    84         */
    85         virtual void HandleIdleForegroundEventL() = 0;
    85         virtual void HandleIdleForegroundEventL() = 0;
    86 
    86 
    87         /**
    87         /**
    88         * Indicates when the keylock events
       
    89         */
       
    90         virtual void HandleKeyLockEnabled( TBool aKeylockEnabled ) = 0;
       
    91         
       
    92         /**
       
    93         * Handle environment changes.
    88         * Handle environment changes.
    94         * @param aChanges environment changes which may be reported by
    89         * @param aChanges environment changes which may be reported by
    95         *  a change notifier through the RChangeNotifier interface.
    90         *  a change notifier through the RChangeNotifier interface.
    96         */
    91         */
    97         virtual void HandleEnvironmentChangeL( const TInt aChanges ) = 0;
    92         virtual void HandleEnvironmentChangeL( const TInt aChanges ) = 0;