public interface PropertyUpdateListener extends CollectUpdateListener
Tealium.Config.getEventListeners()
Modifier and Type | Method and Description |
---|---|
void |
onPropertyUpdate(PropertyAttribute oldProperty,
PropertyAttribute newProperty)
Indicate that a Property (AKA Trait) has changed for this visitor.
|
void onPropertyUpdate(PropertyAttribute oldProperty, PropertyAttribute newProperty)
oldProperty
- former trait this visitor held with the old value. If null, the
newProperty was added.newProperty
- current flag this visitor holds with the current value. If null, the
newProperty was removed.