com.partnersoft.v3x.gadgets
Class SpecificationPrinter

java.lang.Object
  extended by com.partnersoft.v3x.gadgets.SpecificationPrinter
All Implemented Interfaces:
SpecificationListener, java.util.EventListener

public class SpecificationPrinter
extends java.lang.Object
implements SpecificationListener

Handy debug thing that prints specified items to System.out.


Constructor Summary
SpecificationPrinter()
           
 
Method Summary
 void itemSpecified(SpecificationEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecificationPrinter

public SpecificationPrinter()
Method Detail

itemSpecified

public void itemSpecified(SpecificationEvent event)
Specified by:
itemSpecified in interface SpecificationListener