ucl.physiol.neuroconstruct.project
Interface VoltageEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ViewVoltage2D

public interface VoltageEventListener
extends EventListener

Interface to add to objects which need updating when the voltage changes during rerun of simulations

Author:
Padraig Gleeson

Method Summary
 void updateVoltage(float voltage, String cellGroup, int cellNumber, boolean refresh)
           
 

Method Detail

updateVoltage

void updateVoltage(float voltage,
                   String cellGroup,
                   int cellNumber,
                   boolean refresh)