public interface ScrollEventListener extends EventListener<ScrollEvent>
Modifier and Type | Method and Description |
---|---|
void |
process(ScrollEvent event)
Used to handle specific event.
|
void process(ScrollEvent event)
EventListener
process
in interface EventListener<ScrollEvent>
event
- event to handle.