Package edu.sc.seis.sod.process.waveform
Class WaveformCountProcessor
- java.lang.Object
-
- edu.sc.seis.sod.process.waveform.WaveformCountProcessor
-
- All Implemented Interfaces:
SodElement
,WaveformMonitor
public class WaveformCountProcessor extends java.lang.Object implements WaveformMonitor
-
-
Constructor Summary
Constructors Constructor Description WaveformCountProcessor(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update(EventChannelPair ecp)
void
update(EventNetworkPair ecp)
void
update(EventStationPair ecp)
void
update(EventVectorPair ecp)
protected void
writeOutput()
-
-
-
Method Detail
-
update
public void update(EventNetworkPair ecp)
- Specified by:
update
in interfaceWaveformMonitor
-
update
public void update(EventStationPair ecp)
- Specified by:
update
in interfaceWaveformMonitor
-
update
public void update(EventChannelPair ecp)
- Specified by:
update
in interfaceWaveformMonitor
-
update
public void update(EventVectorPair ecp)
- Specified by:
update
in interfaceWaveformMonitor
-
writeOutput
protected void writeOutput()
-
-