Uses of Interface
anl.aida.plot.ProgressListener

Packages that use ProgressListener
anl.aida.client.gui   
anl.aida.plot   
 

Uses of ProgressListener in anl.aida.client.gui
 

Classes in anl.aida.client.gui that implement ProgressListener
 class CreateTSWorker
          Swing worker that will create a Time series plot and finish by adding to a panel.
 

Uses of ProgressListener in anl.aida.plot
 

Fields in anl.aida.plot with type parameters of type ProgressListener
private  java.util.List<ProgressListener<anl.aida.util.DateRange>> CacheTimeSeriesParams.listeners
           
 

Methods in anl.aida.plot with parameters of type ProgressListener
 void CacheTimeSeriesParams.addProgressListener(ProgressListener<anl.aida.util.DateRange> listener)
          Adds listener that will list for progress in the dataset creation.
static CacheTimeSeriesParams CacheTimeSeriesParams.createParams(Cache cache, java.util.Collection<? extends Keyword> keywords, java.lang.Iterable<anl.aida.util.DateRange> ranges, ProgressListener<anl.aida.util.DateRange>... listeners)