ucl.physiol.neuroconstruct.project
Interface GenerationReport

All Known Implementing Classes:
MainFrame, ProjectManager

public interface GenerationReport

Interface to let the main frame know when the generation of cell positions, network connection, etc. is finished

Author:
Padraig Gleeson

Method Summary
 void giveGenerationReport(String report, String generatorType, SimConfig SimConfig)
           
 void giveUpdate(String update)
           
 void majorStepComplete()
           
 

Method Detail

giveGenerationReport

void giveGenerationReport(String report,
                          String generatorType,
                          SimConfig SimConfig)

majorStepComplete

void majorStepComplete()

giveUpdate

void giveUpdate(String update)