web_pub/download_mgr_ui_api/inc/DownloadsListDlgObserver.h
changeset 11 c8a366e56285
parent 0 dd21522fd290
child 28 d39add9822e2
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
    59         /**
    59         /**
    60         * Key events first forwarded to the observer.
    60         * Key events first forwarded to the observer.
    61         */
    61         */
    62         virtual TKeyResponse OfferKeyEventL( CDownloadsListDlg& aDialog, const TKeyEvent& aKeyEvent, TEventCode aType ) = 0;
    62         virtual TKeyResponse OfferKeyEventL( CDownloadsListDlg& aDialog, const TKeyEvent& aKeyEvent, TEventCode aType ) = 0;
    63 
    63 
       
    64         /**
       
    65         * setting the downloadlist hide to the observer.
       
    66         */
       
    67         virtual void SetDownloadListHide( TBool aHide ) = 0;
    64     };
    68     };
    65 
    69 
    66 #endif /* DOWNLOADSLISTDLGOBSERVER_H */
    70 #endif /* DOWNLOADSLISTDLGOBSERVER_H */
    67 
    71