emailuis/uicomponents/inc/fscontrolbuttonobserver.h
changeset 1 12c456ceeff2
parent 0 8466d47a6819
equal deleted inserted replaced
0:8466d47a6819 1:12c456ceeff2
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    39         EEventButtonReleased,
    39         EEventButtonReleased,
    40         EEventButtonVisibilityChanged,
    40         EEventButtonVisibilityChanged,
    41         // <cmail> Touch
    41         // <cmail> Touch
    42         EEventButtonDimmStateChanged,
    42         EEventButtonDimmStateChanged,
    43         EEventButtonTouchPressed,
    43         EEventButtonTouchPressed,
    44         EEventButtonTouchReleased
    44         EEventButtonTouchReleased,
    45         // </cmail>
    45         // </cmail>
       
    46         EFocusVisibilityChange
    46         };
    47         };
    47 
    48 
    48 public:
    49 public:
    49     /**
    50     /**
    50      * Invoked when button is pressed.
    51      * Invoked when button is pressed.