public interface DateUpdateListener extends CollectUpdateListener
Tealium.Config.getEventListeners()
Modifier and Type | Method and Description |
---|---|
void |
onDateUpdate(DateAttribute oldDate,
DateAttribute newDate)
Indicate that a Date has changed for this visitor.
|
void onDateUpdate(DateAttribute oldDate, DateAttribute newDate)
oldDate
- former Date this visitor held. If null, the newDate
was added.newDate
- current Date this visitor holds.