tapeutils
Interface AnalysisListener

All Known Implementing Classes:
AnalysisResultsDialog, AnalysisSettingsDialog, ConversionFrame, DualSamplePanel, SampleCanvas, TapeConverter

public interface AnalysisListener

Structure to hold an error/warning message.


Method Summary
 void analysisComplete(AnalysisEvent event)
          Handle an analysis completion event.
 

Method Detail

analysisComplete

public void analysisComplete(AnalysisEvent event)
Handle an analysis completion event.

Parameters:
event - An object representing the event.