com.partnersoft.maps.translator
Class DoNothingCollector

java.lang.Object
  extended by com.partnersoft.maps.translator.MapDataCollector
      extended by com.partnersoft.maps.translator.DoNothingCollector

public class DoNothingCollector
extends MapDataCollector

Does, well, nothing.

Author:
Paul Reavis Copyright 2003 Partner Software, Inc.

Field Summary
 
Fields inherited from class com.partnersoft.maps.translator.MapDataCollector
name, pipeline
 
Constructor Summary
DoNothingCollector(java.lang.String name, TranslationPipeline pipeline)
           
 
Method Summary
 void collect(MapDataGraphic graphic)
           
 
Methods inherited from class com.partnersoft.maps.translator.MapDataCollector
close, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoNothingCollector

public DoNothingCollector(java.lang.String name,
                          TranslationPipeline pipeline)
Method Detail

collect

public void collect(MapDataGraphic graphic)
Specified by:
collect in class MapDataCollector