com.webrenderer.event
Interface ScrollPositionListener

All Superinterfaces:
java.util.EventListener

public interface ScrollPositionListener
extends java.util.EventListener

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

onScrollPositionChange

public void onScrollPositionChange(ScrollEvent e)
Invoked when the Document's scroll position changes.