de.bsvrz.dav.daf.main.config
Interface ConfigurationCommunicationChangeListener
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.
- Author:
- Kappich Systemberatung
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 hatconfigComStatus
- der aktuelle Kommunikationszustand. True bedeutet die Kommunikation steht, false zeigt eine Unterbrechung der Kommunikation an