edu.sc.seis.sod.process.waveform
Class WaveformCountProcessor

java.lang.Object
  extended by edu.sc.seis.sod.process.waveform.WaveformCountProcessor
All Implemented Interfaces:
SodElement, WaveformMonitor

public class WaveformCountProcessor
extends java.lang.Object
implements WaveformMonitor


Constructor Summary
WaveformCountProcessor(org.w3c.dom.Element config)
           
 
Method Summary
 void update(EventChannelPair ecp)
           
 void update(EventNetworkPair ecp)
           
 void update(EventStationPair ecp)
           
 void update(EventVectorPair ecp)
           
protected  void writeOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaveformCountProcessor

public WaveformCountProcessor(org.w3c.dom.Element config)
                       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

update

public void update(EventNetworkPair ecp)
Specified by:
update in interface WaveformMonitor

update

public void update(EventStationPair ecp)
Specified by:
update in interface WaveformMonitor

update

public void update(EventChannelPair ecp)
Specified by:
update in interface WaveformMonitor

update

public void update(EventVectorPair ecp)
Specified by:
update in interface WaveformMonitor

writeOutput

protected void writeOutput()