public class SelectBoxScrollListener extends java.lang.Object implements ScrollEventListener
Constructor and Description |
---|
SelectBoxScrollListener(ScrollBar bar) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
process(ScrollEvent event)
Used to handle specific event.
|
public SelectBoxScrollListener(ScrollBar bar)
public void process(ScrollEvent event)
EventListener
process
in interface EventListener<ScrollEvent>
process
in interface ScrollEventListener
event
- event to handle.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object