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.IOException
public void update(EventNetworkPair ecp)
update
in interface WaveformMonitor
public void update(EventStationPair ecp)
update
in interface WaveformMonitor
public void update(EventChannelPair ecp)
update
in interface WaveformMonitor
public void update(EventVectorPair ecp)
update
in interface WaveformMonitor
protected void writeOutput()