Class ScrollListener
- java.lang.Object
-
- org.eclipse.nebula.widgets.compositetable.ScrollListener
-
public abstract class ScrollListener extends java.lang.Object
An "interface" for objects that need to listen to scrolling events on a CompositeTable control.- Since:
- 3.2
-
-
Constructor Summary
Constructors Constructor Description ScrollListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
tableScrolled(ScrollEvent scrollEvent)
Method tableScrolled.
-
-
-
Method Detail
-
tableScrolled
public abstract void tableScrolled(ScrollEvent scrollEvent)
Method tableScrolled. Called after the CompositeTable has scrolled the visible range.- Parameters:
scrollEvent
- TODO
-
-