public interface ConfigurationCommunicationChangeListener
Schnittstelle für Änderungen des Kommunikationszustandes zwischen Konfigurationen, auf die sich eine Applikation ConfigurationCommunicationInterface.addConfigurationCommunicationChangeListener(ConfigurationCommunicationChangeListener) anmelden und ConfigurationCommunicationInterface.removeConfigurationCommunicationChangeListener(ConfigurationCommunicationChangeListener) abmelden kann.
| Modifier and Type | Method and Description |
|---|---|
void |
configurationCommunicationChange(ConfigurationCommunicationInterface object,
boolean configComStatus)
Methode, die nach Änderung des Kommunikationszustandes aufgerufen wird.
|
void configurationCommunicationChange(ConfigurationCommunicationInterface object, boolean configComStatus)
Methode, die nach Änderung des Kommunikationszustandes aufgerufen wird. Die Methode ist seitens der Applikation zu implementieren.
object - Objekt (MutableSet oder DynamicObject) zu dessen verwaltenden Konfiguration sich der Kommunikationszustand geändert hatconfigComStatus - der aktuelle Kommunikationszustand. True bedeutet die Kommunikation steht, false zeigt eine Unterbrechung der Kommunikation an