com.icesoft.pdf.ri.common
Class TextExtractionGlue

java.lang.Object
  extended bycom.icesoft.pdf.ri.common.TextExtractionGlue
All Implemented Interfaces:
ActionListener, EventListener

public class TextExtractionGlue
extends Object
implements ActionListener

Acts as glue between the TextExtractionTask and ProgressMonitor.

Since:
2.0
Author:
Mark Collette

Method Summary
 void actionPerformed(ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)
Specified by:
actionPerformed in interface ActionListener