Package pamScrollSystem
Interface PamScrollObserver
- All Known Implementing Classes:
RangeSpinner
,SimpleMap
,TimeRangeScrollSpinner
public interface PamScrollObserver
-
Method Summary
Modifier and TypeMethodDescriptionvoid
scrollRangeChanged
(AbstractPamScroller pamScroller) Notification sent when a scroller or slider changes it's data rangevoid
scrollValueChanged
(AbstractPamScroller abstractPamScroller) Notification sent when a scroller or slider changes it's position
-
Method Details
-
scrollValueChanged
Notification sent when a scroller or slider changes it's position- Parameters:
abstractPamScroller
- reference to moved scroller
-
scrollRangeChanged
Notification sent when a scroller or slider changes it's data rangeIf data were loaded in a worker thread, this notification is sent after the new data have loaded.
- Parameters:
pamScroller
- reference to moved scroller.
-