net.datacrow.util
Interface ITaskListener

All Known Implementing Classes:
FileImportFileSelectPanelSimple

public interface ITaskListener


Method Summary
 boolean isStopped()
           
 void notify(java.lang.String msg)
           
 void notifyProcessed()
           
 void notifyTaskStarted()
           
 void notifyTaskStopped()
           
 

Method Detail

notify

void notify(java.lang.String msg)

notifyTaskStopped

void notifyTaskStopped()

notifyTaskStarted

void notifyTaskStarted()

notifyProcessed

void notifyProcessed()

isStopped

boolean isStopped()