net.datacrow.core.migration.itemexport
Interface IItemExporterClient

All Known Implementing Classes:
ItemExporterTaskPanel, ReportingDialog

public interface IItemExporterClient


Method Summary
 void notifyMessage(java.lang.String message)
           
 void notifyProcessed()
           
 void notifyStarted(int count)
           
 void notifyStopped()
           
 

Method Detail

notifyProcessed

void notifyProcessed()

notifyStarted

void notifyStarted(int count)

notifyStopped

void notifyStopped()

notifyMessage

void notifyMessage(java.lang.String message)