diff -r 4ce476e64c59 -r 8592a65ad3fb meetingrequest/mrgui/inc/mmrphysicsobserver.h --- a/meetingrequest/mrgui/inc/mmrphysicsobserver.h Wed Mar 31 21:08:33 2010 +0300 +++ b/meetingrequest/mrgui/inc/mmrphysicsobserver.h Wed Apr 14 15:42:15 2010 +0300 @@ -37,6 +37,12 @@ * scroll bar and focus. */ virtual void PhysicsEmulationEnded() = 0; + + /** + * Method to be called when physics wants to notify scroll bar that + * view position has changed, so that scroll bar can update itself + */ + virtual void UpdateScrollBarDuringOngoingPhysics() = 0; }; #endif // MMRPHYSICSOBSERVER_H