Package org.openhab.core.model.core
Interface ModelRepositoryChangeListener
- All Known Implementing Classes:
SitemapSubscriptionService
@NonNullByDefault
public interface ModelRepositoryChangeListener
- Author:
- Kai Kreuzer - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionvoidmodelChanged(String modelName, EventType type) Performs dispatch of all binding configs and fires allItemRegistryChangeListeners ifmodelNameends with "items".
-
Method Details
-
modelChanged
Performs dispatch of all binding configs and fires allItemRegistryChangeListeners ifmodelNameends with "items".
-