edu.upc.dama.dex.io
Interface ExporterListener


public interface ExporterListener

Interface to receive events from a Exporter.

See Also:
Exporter, Exporter.ExporterEvent
Author:
Sparsity Technologies

Method Summary
 void exportProgress(Exporter.ExporterEvent ev)
          Method to receive events from a Exporter.
 

Method Detail

exportProgress

void exportProgress(Exporter.ExporterEvent ev)
Method to receive events from a Exporter.

Parameters:
ev - Exporter.ExporterEvent with information from a running Exporter.