com.simonstl.moe.test
Class ComponentInputPrint

java.lang.Object
  |
  +--com.simonstl.moe.test.ComponentInputPrint
All Implemented Interfaces:
ComponentInputI

public class ComponentInputPrint
extends java.lang.Object
implements ComponentInputI

The ComponentInputPrint class just prints out MOE objects as it receives them.

version 0.01 is the initial release.

Version:
0.01 27 August 2001
Author:
Simon St.Laurent

Constructor Summary
ComponentInputPrint()
           
 
Method Summary
 boolean listen(CoreComponentI component)
          listen() prints components passed to it by component creators, and always returns true.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentInputPrint

public ComponentInputPrint()
Method Detail

listen

public boolean listen(CoreComponentI component)
listen() prints components passed to it by component creators, and always returns true.
Specified by:
listen in interface ComponentInputI