ucl.physiol.neuroconstruct.project
Interface ProjectEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
MainFrame

public interface ProjectEventListener
extends EventListener

Interface to add to Main Frame which, when altered, change the info of the project

Author:
Padraig Gleeson

Method Summary
 void cellMechanismUpdated()
           
 void tableDataModelUpdated(String tableModelName)
           
 void tabUpdated(String tabName)
           
 

Method Detail

tableDataModelUpdated

void tableDataModelUpdated(String tableModelName)

tabUpdated

void tabUpdated(String tabName)

cellMechanismUpdated

void cellMechanismUpdated()