Constructor and Description |
---|
EventArm() |
EventArm(org.w3c.dom.Element config) |
EventArm(org.w3c.dom.Element config,
boolean waitForWaveformProcessing) |
Modifier and Type | Method and Description |
---|---|
void |
add(EventMonitor monitor) |
void |
change(StatefulEvent event) |
edu.iris.Fissures.IfEvent.EventAccessOperations |
getLastEvent() |
java.lang.String |
getName() |
EventSource[] |
getSources() |
java.util.List<OriginSubsetter> |
getSubsetters() |
java.lang.Object |
getWaveformArmSync() |
void |
handle(edu.sc.seis.fissuresUtil.cache.CacheEvent[] events) |
boolean |
isActive() |
void |
run() |
void |
setWaitForWaveformProcessing(boolean b) |
public EventArm() throws ConfigurationException
ConfigurationException
public EventArm(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public EventArm(org.w3c.dom.Element config, boolean waitForWaveformProcessing) throws ConfigurationException
ConfigurationException
public void run()
run
in interface java.lang.Runnable
public void add(EventMonitor monitor)
public edu.iris.Fissures.IfEvent.EventAccessOperations getLastEvent()
public void handle(edu.sc.seis.fissuresUtil.cache.CacheEvent[] events)
public void change(StatefulEvent event)
public void setWaitForWaveformProcessing(boolean b)
public EventSource[] getSources()
public java.util.List<OriginSubsetter> getSubsetters()
public java.lang.Object getWaveformArmSync()