eTextReader
Class Browser.AnnotationListener

java.lang.Object
  extended by eTextReader.Browser.AnnotationListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Browser

public class Browser.AnnotationListener
extends java.lang.Object
implements java.awt.event.ActionListener

Class to handle action events involving Annotations Author: Liz Dahm


Constructor Summary
Browser.AnnotationListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void saveWizardValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Browser.AnnotationListener

public Browser.AnnotationListener()
Method Detail

saveWizardValues

public void saveWizardValues()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener