us.nj.nwk.overlapping_analysis
Interface Model.PopulationListener

Enclosing class:
Model

public static interface Model.PopulationListener


Method Summary
 void cellPopulationChanged(Model.PopulationEvent event)
           
 void cellPopulationSelected(Model.PopulationEvent event)
           
 void morphologyAdded(Model.PopulationEvent event)
          Invoked when morphology has been added
 void morphologyRemoved(Model.PopulationEvent event)
          Invoked when morphology has been removed
 

Method Detail

morphologyAdded

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

Parameters:
event - event details

morphologyRemoved

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

Parameters:
event - event details

cellPopulationSelected

void cellPopulationSelected(Model.PopulationEvent event)

cellPopulationChanged

void cellPopulationChanged(Model.PopulationEvent event)