public class WaveformEventGroup extends EventGroupTemplate implements WaveformMonitor
sorter| Constructor and Description |
|---|
WaveformEventGroup() |
WaveformEventGroup(org.w3c.dom.Element el) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getTemplate(java.lang.String tag,
org.w3c.dom.Element el)
if this class has an template for this tag, it creates it using the
passed in element and returns it.
|
void |
update(EventChannelPair ecp) |
void |
update(EventNetworkPair ecp) |
void |
update(EventStationPair ecp) |
void |
update(EventVectorPair ecp) |
createDefaultTemplate, getResult, parse, setArmStatus, textTemplate, useDefaultConfiggetCommonTemplate, parse, setUppublic WaveformEventGroup()
public WaveformEventGroup(org.w3c.dom.Element el)
throws ConfigurationException
ConfigurationExceptionpublic java.lang.Object getTemplate(java.lang.String tag,
org.w3c.dom.Element el)
throws ConfigurationException
TemplategetTemplate in class EventGroupTemplateConfigurationExceptionpublic 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 WaveformMonitor