Interface WaveformMonitor
-
- All Superinterfaces:
SodElement
- All Known Implementing Classes:
AbstractVelocityStatus
,EventStatusTemplate
,IndexTemplate
,WaveformCountProcessor
,WaveformEventGroup
,WaveformEventTemplate
,WaveformEventTemplateGenerator
,WaveformNetworkStatus
,WaveformStationStatus
,WaveformStatusTemplate
public interface WaveformMonitor extends SodElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(EventChannelPair ecp)
void
update(EventNetworkPair ecp)
void
update(EventStationPair ecp)
void
update(EventVectorPair evp)
-
-
-
Method Detail
-
update
void update(EventNetworkPair ecp)
-
update
void update(EventStationPair ecp)
-
update
void update(EventChannelPair ecp)
-
update
void update(EventVectorPair evp)
-
-