anl.aida.plot
Interface ProgressListener<T>

All Known Implementing Classes:
CreateTSWorker

public interface ProgressListener<T>

Interface for classes that want to be notified of progress.


Method Summary
 void progressUpdated(T info)
          Notifies this listener of an update in progress.
 

Method Detail

progressUpdated

void progressUpdated(T info)
Notifies this listener of an update in progress.

Parameters:
info - information about the progress