org.archiviststoolkit.swing
Class ATProgressUtil.MonitorListener

java.lang.Object
  extended by org.archiviststoolkit.swing.ATProgressUtil.MonitorListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.ChangeListener
Enclosing class:
ATProgressUtil

static class ATProgressUtil.MonitorListener
extends java.lang.Object
implements javax.swing.event.ChangeListener, java.awt.event.ActionListener


Field Summary
(package private)  InfiniteProgressPanel monitor
           
(package private)  java.awt.Window owner
           
(package private)  javax.swing.Timer timer
           
 
Constructor Summary
ATProgressUtil.MonitorListener(java.awt.Window owner, InfiniteProgressPanel monitor)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void stateChanged(javax.swing.event.ChangeEvent ce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

monitor

InfiniteProgressPanel monitor

owner

java.awt.Window owner

timer

javax.swing.Timer timer
Constructor Detail

ATProgressUtil.MonitorListener

public ATProgressUtil.MonitorListener(java.awt.Window owner,
                                      InfiniteProgressPanel monitor)
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent ce)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener

actionPerformed

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