org.icepdf.ri.common
Class TextExtractionGlue

java.lang.Object
  extended by org.icepdf.ri.common.TextExtractionGlue
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class TextExtractionGlue
extends java.lang.Object
implements java.awt.event.ActionListener

Acts as glue between the TextExtractionTask and ProgressMonitor.

Since:
2.0
Author:
Mark Collette

Method Summary
 void actionPerformed(java.awt.event.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(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener