eTextReader
Class Browser.HighlightPrefsListener

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

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

Class to handle action events involving highlight preferences Author: Josh Morse Drastically changed when the highlighter preference material was refactored out of browser and into HighlightPrefsBox/User. The only thing this class now handles is the clicking of the "Enable real-time highlighter" in the preferences menu


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

Constructor Detail

Browser.HighlightPrefsListener

public Browser.HighlightPrefsListener()
Method Detail

actionPerformed

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