public interface ScrollPositionListener extends EventListener
The class that is interested in processing a scroll event implements this interface (and all the methods it contains).
The listener object created from that class is then registered with an
IDocument using the addScrollPositionListener method.
NOTE: This listener applies to Documents retrieved from
a IMozillaBrowserCanvas.
| Modifier and Type | Method and Description |
|---|---|
void |
onScrollPositionChange(ScrollEvent e)
Invoked when the Document's scroll position changes.
|
void onScrollPositionChange(ScrollEvent e)