|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ScrollPositionListener
The listener interface for receiving scroll events.
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.
| Method Summary | |
|---|---|
void |
onScrollPositionChange(ScrollEvent e)
Invoked when the Document's scroll position changes. |
| Method Detail |
|---|
void onScrollPositionChange(ScrollEvent e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||