class MEikScrollBarObserver |
Scroll bar observer interface
Scroll bar clients can registers itself to observe scroll bar events. The scroll bar sends an event to the observer every time a touch event happens for the scroll bar.
Clients should derive from MEikScrollBarObserver interface to get scroll bar events.
Public Member Functions | |
---|---|
void | HandleScrollEventL(CEikScrollBar *, TEikScrollEvent) |
void | HandleScrollEventL | ( | CEikScrollBar * | aScrollBar, |
TEikScrollEvent | aEventType | |||
) | [pure virtual] |
Callback method for scroll bar events
Scroll bar observer should implement this method to get scroll bar events.
CEikScrollBar * aScrollBar | A pointer to scrollbar which created the event |
TEikScrollEvent aEventType | The event occured on the scroll bar |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.