public static interface TealiumCollect.OnDateUpdateListener
extends java.util.EventListener
TealiumCollect.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.