com.rubecula.darwin.core
Interface PopulationListener

All Known Implementing Classes:
PopulationListener_Census, PopulationListener_PepperedMoth, PopulationListener_UpdateVisualizationModel

public interface PopulationListener

Defines the mechanism for notifying interested objects about changes in a population.

Author:
Robin

Method Summary
 void populationChanged(Population p)
          This method is called on a population listener to notify it that the population p has changed.
 

Method Detail

populationChanged

void populationChanged(Population p)
This method is called on a population listener to notify it that the population p has changed.

Parameters:
p - the population which has changed.