public interface ConfigurationCommunicationChangeListener
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)
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