DESY ACOP Beans Home

com.cosylab.gui.components
Class ProgressDialog.TimerListener

java.lang.Object
  extended by com.cosylab.gui.components.ProgressDialog.TimerListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ProgressDialog

protected class ProgressDialog.TimerListener
extends java.lang.Object
implements java.awt.event.ActionListener

Timer that will update GUI twice a second if regardless of events generated from task. This ensures consistent GUI updates even if task does not report progress frequently.


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

Constructor Detail

ProgressDialog.TimerListener

protected ProgressDialog.TimerListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Updates GUI.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - event.


Copyright © 2010. All Rights Reserved.