javauis/eswt_akn/eswtdirectcontent/native/inc/swtdceventconsumer.h
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  THIS FILE IS NOT INCLUDED INTO ECLIPSE CVS DELIVERY
    14 * Description:  THIS FILE IS NOT INCLUDED INTO ECLIPSE CVS DELIVERY
    15 *               An interface to sent events from using CSwtDcObserver. 
    15 *               An interface to sent events from using CSwtDcObserver.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 #ifndef SWTDCEVENTCONSUMER_H
    19 #ifndef SWTDCEVENTCONSUMER_H
    20 #define SWTDCEVENTCONSUMER_H
    20 #define SWTDCEVENTCONSUMER_H
    21 
    21 
    22 class MSwtDcEventConsumer
    22 class MSwtDcEventConsumer
    23 {
    23 {
    24 public:
    24 public:
    25     virtual void HandleDcEvent(int aType) = 0;    
    25     virtual void HandleDcEvent(int aType) = 0;
    26 };
    26 };
    27 
    27 
    28 #endif // SWTDCEVENTCONSUMER_H
    28 #endif // SWTDCEVENTCONSUMER_H