pgbennett.jampal
Class ProgressBox

java.lang.Object
  extended by pgbennett.jampal.ProgressBox
All Implemented Interfaces:
java.awt.event.ActionListener, java.lang.Runnable, java.util.EventListener

public class ProgressBox
extends java.lang.Object
implements java.awt.event.ActionListener, java.lang.Runnable


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

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

actionPerformed

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