Package org.gvsig.utils.swing.threads
Class TaskMonitorTimerListener
java.lang.Object
org.gvsig.utils.swing.threads.TaskMonitorTimerListener
- All Implemented Interfaces:
ActionListener,EventListener
It receives timer events sended by a swing Timer and does:
a) Reads task advances from a IMonitorableTask.
b) refresh task status info of a ProgressMonitor.
- Author:
- azabala
-
Constructor Summary
ConstructorsConstructorDescriptionTaskMonitorTimerListener(IProgressMonitorIF progressMonitor, IMonitorableTask task) -
Method Summary
-
Constructor Details
-
TaskMonitorTimerListener
-
-
Method Details
-
setTimer
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-