com.rubecula.darwin.domain.helper
Interface EnvironmentListener

All Known Subinterfaces:
Organism
All Known Implementing Classes:
Colony_, Colony_Mayrian, EnvironmentListener_, EnvironmentListener_PepperedMoth, EnvironmentListener_Visualization, EnvironmentListener_Writer, Organism_, Organism_Asexual, Organism_Sexual, Organism_TS

public interface EnvironmentListener

Defines the mechanism for notifying interested objects about changes in an environment.

Author:
Robin Hillyard

Method Summary
 void onEnvironmentChange(Environment env)
          This method is called on a environment listener to notify it that the environment p has changed.
 

Method Detail

onEnvironmentChange

void onEnvironmentChange(Environment env)
This method is called on a environment listener to notify it that the environment p has changed.

Parameters:
env - the environment which has changed.


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.