com.rubecula.darwin.domain.environment
Class EnvironmentListener_Writer

java.lang.Object
  extended by com.rubecula.darwin.domain.environment.EnvironmentListener_
      extended by com.rubecula.darwin.domain.environment.EnvironmentListener_Writer
All Implemented Interfaces:
EnvironmentListener

public class EnvironmentListener_Writer
extends EnvironmentListener_

Author:
Robin Hillyard

Constructor Summary
EnvironmentListener_Writer(java.io.PrintWriter writer)
           
 
Method Summary
 void onEnvironmentChange(Environment env)
          print a message on the _writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentListener_Writer

public EnvironmentListener_Writer(java.io.PrintWriter writer)
Parameters:
writer - XXX
Method Detail

onEnvironmentChange

public void onEnvironmentChange(Environment env)
print a message on the _writer.

Parameters:
env - the environment which has changed.
See Also:
(com.rubecula.darwin.domain.helper.Environment)


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