Interface VisibleRangeObserver


public interface VisibleRangeObserver
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visibleRangeChanged(long oldVal, long newVal)
    Changed when the VISIBLE range changes.
  • Method Details

    • visibleRangeChanged

      void visibleRangeChanged(long oldVal, long newVal)
      Changed when the VISIBLE range changes. Not the overall range of the scroll bar.
      Parameters:
      oldVal -
      newVal -