pfc.bin.ui
Class PFCInterface

java.lang.Object
  |
  +--pfc.bin.ui.PFCInterface
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

The class providing the interface for the PFCI system


Field Summary
(package private)  SwingWorker worker
           
 
Constructor Summary
PFCInterface()
           
 
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
 

Field Detail

worker

SwingWorker worker
Constructor Detail

PFCInterface

public PFCInterface()
Method Detail

actionPerformed

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