eTextReader
Interface NotationEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Browser.LocationChangeListener, Browser.LogListener, Browser.NotationEventHandler, CurrentAnnotationAction.NotationHandler, DiscussionWindow.DiscussionNotationEventHandler, NotationEventAdapter, OpenExternalPopupWindowHandler, PopupWindowNotationHandler, TabbedContentPane.pageChangeListener, TextParser

public interface NotationEventListener
extends java.util.EventListener

An interface that classes wishing to track events that occur in ContentPane objects should implement. Classes implementing these methods should register themselves as listeners using the addNotationEventListener method of ContentPane.

Version:
1.0, 10/29/2002
Author:
Marty Kane and Emily Tennant
See Also:
ContentPane

Method Summary
 void errorOccurred(NotationEvent ne)
          Process an error that occured in the pane.
 void notationEventOccurred(NotationEvent ne)
          Process a Notation event.
 void pageChanged(NotationEvent ne)
          Process a page change event.
 

Method Detail

pageChanged

void pageChanged(NotationEvent ne)
Process a page change event.


notationEventOccurred

void notationEventOccurred(NotationEvent ne)
Process a Notation event. This happens when a Notation is clicked on, or the cursor passes over an annotation.


errorOccurred

void errorOccurred(NotationEvent ne)
Process an error that occured in the pane.