public interface IScrollingListener
Modifier and Type | Method and Description |
---|---|
void |
scrollingOccured(IContentViewerPane pane,
IScrollingProvider provider,
int scrollingType,
org.eclipse.swt.events.SelectionEvent event)
Sent when scrolling occurs in the viewer hosted by the content viewer
pane.
|
void scrollingOccured(IContentViewerPane pane, IScrollingProvider provider, int scrollingType, org.eclipse.swt.events.SelectionEvent event)
pane
- the pane in which the scrolling occuredprovider
- the source providing the scrollingscrollingType
- the type of scrolling (vertical or horizontal)event
- the selection event associated with the scroll barIScrollingProvider