org.xith3d.ui.hud.listeners
Interface ScrollbarListener
- All Known Implementing Classes:
- ScrollbarAdapter, ScrollHandler, WidgetEventsReceiverAdapter
public interface ScrollbarListener
This interface works as a notifyer for Scrollbar value changes.
onScrollbarValueChanged
void onScrollbarValueChanged(Scrollbar scrollbar,
int newValue)
- This event is fired when the value of a Scrollbar has changed.
- Parameters:
scrollbar - the Scrollbar, which's value has changednewValue - the new (current) value of the Scrollbar