Class ProgressMonitorAdapter

java.lang.Object
org.gvsig.utils.swing.threads.ProgressMonitorAdapter
All Implemented Interfaces:
IProgressMonitorIF

public class ProgressMonitorAdapter extends Object implements IProgressMonitorIF
It is a try to launch tasks in background and to report its evolution with javax.swing.ProgressMonitor. It isnt satisfactory at all (because we cant control when dialog is showed, etc)
Author:
azabala