de.miethxml.hawron.project
Interface ProjectListener

All Superinterfaces:
ProcessListener, PublishListener
All Known Implementing Classes:
ProjectProcessMonitorPanel, StatusPanelImpl

public interface ProjectListener
extends ProcessListener, PublishListener

Author:
Simon Mieth

Method Summary
 void endProcessing()
           
 void startProcessing()
           
 void taskEnd()
           
 void taskStart(Task task)
           
 
Methods inherited from interface de.miethxml.hawron.project.ProcessListener
complete, error, processed, skipped, warn
 
Methods inherited from interface de.miethxml.hawron.net.PublishListener
endPublishing, errorMessage, filePublishProcess, publishedFile, startPublishing
 

Method Detail

startProcessing

public void startProcessing()

taskStart

public void taskStart(Task task)

taskEnd

public void taskEnd()

endProcessing

public void endProcessing()