Class MapEventStatus

    • Constructor Summary

      Constructors 
      Constructor Description
      MapEventStatus​(java.lang.String location)  
      MapEventStatus​(org.w3c.dom.Element element)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void change​(edu.sc.seis.fissuresUtil.cache.CacheEvent event, Status status)  
      java.lang.String getLocation()  
      static java.lang.String getLocation​(org.w3c.dom.Element el)  
      void run()  
      void setArmStatus​(java.lang.String status)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapEventStatus

        public MapEventStatus​(org.w3c.dom.Element element)
      • MapEventStatus

        public MapEventStatus​(java.lang.String location)
    • Method Detail

      • getLocation

        public static java.lang.String getLocation​(org.w3c.dom.Element el)
      • change

        public void change​(edu.sc.seis.fissuresUtil.cache.CacheEvent event,
                           Status status)
        Specified by:
        change in interface EventMonitor
      • getLocation

        public java.lang.String getLocation()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • setArmStatus

        public void setArmStatus​(java.lang.String status)
        Specified by:
        setArmStatus in interface EventMonitor