eTextReader
Class Browser.SelectionListener

java.lang.Object
  extended by eTextReader.Browser.SelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.CaretListener
Enclosing class:
Browser

public class Browser.SelectionListener
extends java.lang.Object
implements javax.swing.event.CaretListener

Class to handle and listen for events dealing with textbook selection


Constructor Summary
Browser.SelectionListener()
           
 
Method Summary
 void caretUpdate(javax.swing.event.CaretEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Browser.SelectionListener

public Browser.SelectionListener()
Method Detail

caretUpdate

public void caretUpdate(javax.swing.event.CaretEvent e)
Specified by:
caretUpdate in interface javax.swing.event.CaretListener