eTextReader
Class Browser.MenuListener

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

public class Browser.MenuListener
extends java.lang.Object
implements java.awt.event.ActionListener, java.awt.event.ItemListener

Class to handle action events involving page navigation Author: Josh Morse


Field Summary
(package private)  int selectionStart
           
 
Constructor Summary
Browser.MenuListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectionStart

int selectionStart
Constructor Detail

Browser.MenuListener

public Browser.MenuListener()
Method Detail

actionPerformed

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

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener