public class WaveformCountProcessor extends java.lang.Object implements WaveformMonitor
| Constructor and Description |
|---|
WaveformCountProcessor(org.w3c.dom.Element config) |
| Modifier and Type | Method and Description |
|---|---|
void |
update(EventChannelPair ecp) |
void |
update(EventNetworkPair ecp) |
void |
update(EventStationPair ecp) |
void |
update(EventVectorPair ecp) |
protected void |
writeOutput() |
public WaveformCountProcessor(org.w3c.dom.Element config)
throws java.io.IOException
java.io.IOExceptionpublic void update(EventNetworkPair ecp)
update in interface WaveformMonitorpublic void update(EventStationPair ecp)
update in interface WaveformMonitorpublic void update(EventChannelPair ecp)
update in interface WaveformMonitorpublic void update(EventVectorPair ecp)
update in interface WaveformMonitorprotected void writeOutput()