net.datacrow.core.migration.itemimport
Interface IItemImporterClient

All Known Implementing Classes:
ItemImporterHelper, ItemImporterTaskPanel

public interface IItemImporterClient


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

Method Detail

notifyProcessed

void notifyProcessed(DcObject item)

notifyStarted

void notifyStarted(int count)

notifyStopped

void notifyStopped()

notifyMessage

void notifyMessage(java.lang.String message)