meetingrequest/mrgui/inc/mmrphysicsobserver.h
branchRCL_3
changeset 13 8592a65ad3fb
parent 12 4ce476e64c59
equal deleted inserted replaced
12:4ce476e64c59 13:8592a65ad3fb
    35      * Method to be called when physics wants to notify that physics operation 
    35      * Method to be called when physics wants to notify that physics operation 
    36      * has ended. By calling this, list pane updates for example 
    36      * has ended. By calling this, list pane updates for example 
    37      * scroll bar and focus.
    37      * scroll bar and focus.
    38      */
    38      */
    39     virtual void PhysicsEmulationEnded() = 0;
    39     virtual void PhysicsEmulationEnded() = 0;
       
    40     
       
    41     /**
       
    42      * Method to be called when physics wants to notify scroll bar that 
       
    43      * view position has changed, so that scroll bar can update itself
       
    44      */
       
    45     virtual void UpdateScrollBarDuringOngoingPhysics() = 0;
    40     };
    46     };
    41 
    47 
    42 #endif // MMRPHYSICSOBSERVER_H
    48 #endif // MMRPHYSICSOBSERVER_H