Interface ConfigurationCommunicationChangeListener


public interface ConfigurationCommunicationChangeListener
  • Method Details

    • configurationCommunicationChange

      void configurationCommunicationChange(ConfigurationCommunicationInterface object, boolean configComStatus)
      Methode, die nach Änderung des Kommunikationszustandes aufgerufen wird. Die Methode ist seitens der Applikation zu implementieren.
      Parameters:
      object - Objekt (MutableSet oder DynamicObject) zu dessen verwaltenden Konfiguration sich der Kommunikationszustand geändert hat
      configComStatus - der aktuelle Kommunikationszustand. True bedeutet die Kommunikation steht, false zeigt eine Unterbrechung der Kommunikation an