edu.sc.seis.sod.subsetter.origin
Class CSVEventPrinter

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.origin.CSVEventPrinter
All Implemented Interfaces:
SodElement, OriginSubsetter, Subsetter

public class CSVEventPrinter
extends java.lang.Object
implements OriginSubsetter


Constructor Summary
CSVEventPrinter(org.w3c.dom.Element config)
           
CSVEventPrinter(java.lang.String filename)
           
 
Method Summary
 StringTree accept(CacheEvent eventAccess, EventAttrImpl eventAttr, OriginImpl preferred_origin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVEventPrinter

public CSVEventPrinter(org.w3c.dom.Element config)
                throws java.lang.Exception
Throws:
java.lang.Exception

CSVEventPrinter

public CSVEventPrinter(java.lang.String filename)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

accept

public StringTree accept(CacheEvent eventAccess,
                         EventAttrImpl eventAttr,
                         OriginImpl preferred_origin)
                  throws java.lang.Exception
Specified by:
accept in interface OriginSubsetter
Throws:
java.lang.Exception