Package pamViewFX.fxNodes.pamScrollers
Interface VisibleRangeObserver
public interface VisibleRangeObserver
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
-