eTextReader.actions
Class CurrentAnnotationAction.NotationHandler

java.lang.Object
  extended by eTextReader.NotationEventAdapter
      extended by eTextReader.actions.CurrentAnnotationAction.NotationHandler
All Implemented Interfaces:
NotationEventListener, java.util.EventListener
Enclosing class:
CurrentAnnotationAction

 class CurrentAnnotationAction.NotationHandler
extends NotationEventAdapter

Listens for NotationEvents to be generated by the content pane associated with this CurrentAnnotationAction

Author:
mcfall

Field Summary
protected  Notation currentNotation
           
 
Constructor Summary
protected CurrentAnnotationAction.NotationHandler()
           
 
Method Summary
 void notationEventOccurred(NotationEvent ne)
          Process a Notation event.
 
Methods inherited from class eTextReader.NotationEventAdapter
errorOccurred, pageChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentNotation

protected Notation currentNotation
Constructor Detail

CurrentAnnotationAction.NotationHandler

protected CurrentAnnotationAction.NotationHandler()
Method Detail

notationEventOccurred

public void notationEventOccurred(NotationEvent ne)
Description copied from interface: NotationEventListener
Process a Notation event. This happens when a Notation is clicked on, or the cursor passes over an annotation.

Specified by:
notationEventOccurred in interface NotationEventListener
Overrides:
notationEventOccurred in class NotationEventAdapter