Interface TagStoreListener
-
public interface TagStoreListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
tagstoreItemsAdded(java.util.Collection<TagStoreObject<TagConfig>> tags, java.util.Collection<TagStoreObject<ScanClass>> scanClasses)
void
tagstoreItemsRemoved(java.util.Collection<EntityId> tagIds, java.util.Collection<EntityId> scanclassIds)
default void
tagstorePropertiesChanged(java.util.Collection<TagPropertyValue> values)
Indicates that properties have changed, originating from the tag store.
-
-
-
Method Detail
-
tagstoreItemsAdded
void tagstoreItemsAdded(java.util.Collection<TagStoreObject<TagConfig>> tags, java.util.Collection<TagStoreObject<ScanClass>> scanClasses)
-
tagstoreItemsRemoved
void tagstoreItemsRemoved(java.util.Collection<EntityId> tagIds, java.util.Collection<EntityId> scanclassIds)
-
tagstorePropertiesChanged
default void tagstorePropertiesChanged(java.util.Collection<TagPropertyValue> values)
Indicates that properties have changed, originating from the tag store. If the properties were marked as config properties, the tag would be reloaded through tagstoreItemsAdded. These properties are ones that the system believes shouldn't result in a full tag reload.- Since:
- 7.7.6
-
-