Interface TagStoreListener


  • public interface TagStoreListener
    • Method Detail

      • 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