public final class ScrollHandler extends AbstractNamedEventHandler<ScrollEvent>
| Modifier and Type | Field and Description |
|---|---|
private ScrollAdapter |
scrollAdapter
The Scroll adapter.
|
| Constructor and Description |
|---|
ScrollHandler(ScrollAdapter scrollAdapter)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ScrollAdapter |
getScrollAdapter()
Return the implementation of the scroll adapter interface.
|
void |
handle(ScrollEvent scrollEvent) |
getName, toStringprivate final ScrollAdapter scrollAdapter
public ScrollHandler(ScrollAdapter scrollAdapter)
scrollAdapter - the adapter to usepublic ScrollAdapter getScrollAdapter()
public void handle(ScrollEvent scrollEvent)
Copyright © 2011–2014 JRebirth OSS. All rights reserved.