uk.ac.ed.isodensity_surface_mapper
Interface Model.PopulationListener

Enclosing class:
Model

public static interface Model.PopulationListener


Method Summary
 void populationAdded(Model.PopulationEvent event)
          Invoked when morphology has been added
 void populationRemoved(Model.PopulationEvent event)
          Invoked when morphology has been removed
 

Method Detail

populationAdded

void populationAdded(Model.PopulationEvent event)
Invoked when morphology has been added

Parameters:
event - event details

populationRemoved

void populationRemoved(Model.PopulationEvent event)
Invoked when morphology has been removed

Parameters:
event - event details