phoneapp/phoneuicontrol/inc/mphonesystemevents.h
changeset 72 c76a0b1755b9
parent 56 5bcb308bd24d
child 74 d1c62c765e48
equal deleted inserted replaced
64:6aaf0276100e 72:c76a0b1755b9
    66 
    66 
    67         /**
    67         /**
    68         * Indicates when the keylock events
    68         * Indicates when the keylock events
    69         */
    69         */
    70         virtual void HandleKeyLockEnabled( TBool aKeylockEnabled ) = 0;
    70         virtual void HandleKeyLockEnabled( TBool aKeylockEnabled ) = 0;
    71         
       
    72         /**
       
    73         * Handle environment changes.
       
    74         * @param aChanges environment changes which may be reported by
       
    75         *  a change notifier through the RChangeNotifier interface.
       
    76         */
       
    77         virtual void HandleEnvironmentChangeL( const TInt aChanges ) = 0;
       
    78 
    71 
    79         /**
    72         /**
    80         * Handles startup of the phone application 
    73         * Handles startup of the phone application 
    81         */
    74         */
    82         virtual void HandlePhoneStartupL() = 0;
    75         virtual void HandlePhoneStartupL() = 0;