Uses of Interface
edu.rice.cs.util.swing.IAsyncProgress

Packages that use IAsyncProgress
edu.rice.cs.util.swing Some utility classes for working in Swing. 
 

Uses of IAsyncProgress in edu.rice.cs.util.swing
 

Methods in edu.rice.cs.util.swing that return IAsyncProgress
protected abstract  IAsyncProgress AsyncTaskLauncher.createProgressMonitor(String description, int min, int max)
          Creates a progress monitor that can be used to provide feedback to the user during the asynchronous task.
 

Methods in edu.rice.cs.util.swing with parameters of type IAsyncProgress
abstract  ResType AsyncTask.runAsync(ParamType param, IAsyncProgress monitor)
          This is the method of the task that is run on the separate thread.