public interface CalendarEntryChangeEvent extends CalendarEntryModificationEvent
CalendarEntryChangeEvent
is a BBj Interface that contains event information for when a calendar entry has been changed.
This data class will be made available to your custom callback routine after the user changes calendar entry if you have previously executed
the BBjCalendarWidget::setCallback()
method to
register for the CalendarAPI.ON_CALENDAR_ENTRY_CHANGE
event.
Modifier and Type | Method and Description |
---|---|
CalendarEntry | getOldCalendarEntry() Returns the old version of the calendar entry, e.g. the entry as it existed before the changes were applied. |
getAsFormattedString, getAsJsonObject, getAsString, getCalendarUuid, getCalendarView, getEventNumber
getCalendarEntry, getRelatedEntries
public CalendarEntry getOldCalendarEntry()
Returns the old version of the calendar entry, e.g. the entry as it existed before the changes were applied.