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

    Modifier and Type Method Description
    abstract void tableScrolled​(ScrollEvent scrollEvent)
    Method tableScrolled.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • tableScrolled

      public abstract void tableScrolled​(ScrollEvent scrollEvent)
      Method tableScrolled. Called after the CompositeTable has scrolled the visible range.
      Parameters:
      scrollEvent - TODO