com.rubecula.darwin.core
Interface EnvironmentListener


public interface EnvironmentListener

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

Author:
Robin

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

Method Detail

environmentChanged

void environmentChanged(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.