photosgallery/controllers/fetcher/inc/mglxeventobserver.h
branchRCL_3
changeset 11 71da52165949
parent 0 4e91876724a2
equal deleted inserted replaced
9:6b87b143d312 11:71da52165949
    32      * Called from Container to pass Select event (double tap )to Dialog.
    32      * Called from Container to pass Select event (double tap )to Dialog.
    33      */
    33      */
    34     virtual void HandleDoubleTapEventL(TInt aCommandId) = 0;  
    34     virtual void HandleDoubleTapEventL(TInt aCommandId) = 0;  
    35 
    35 
    36     /**
    36     /**
       
    37      * Called from container to pass Mark/Unmark events to Dialog.
       
    38      */
       
    39     virtual void HandleMarkEventL() = 0;  
       
    40     
       
    41     /**
    37      * Destructor. Dont allow deleting objects through this interface.
    42      * Destructor. Dont allow deleting objects through this interface.
    38      */
    43      */
    39     virtual ~MGlxEventObserver() {};
    44     virtual ~MGlxEventObserver() {};
    40     };
    45     };
    41 
    46