public interface CalendarEntrySourceSuccessEvent extends CalendarEvent
CalendarEntrySourceSuccessEvent is a BBj Interface that contains event information for the case where fetching a CalendarEntrySource succeeded.
This data class will be made available to your custom callback routine after the entry source was successfully queried if you have previously executed
the BBjCalendarWidget::setCallback() method to
register for the CalendarAPI.ON_CALENDAR_ENTRY_SOURCE_SUCCESS event.
| Modifier and Type | Method and Description |
|---|---|
BBjVector | getEntriesFetched()Returns a BBjVector filled with |
BBjNumber | getNumberOfEntriesFetched()Returns the number of fetched entries. |
getAsFormattedString, getAsJsonObject, getAsString, getCalendarUuid, getCalendarView, getEventNumber public BBjVector getEntriesFetched()Returns a BBjVector filled with CalendarEntry objects for all the fetched entries.
public BBjNumber getNumberOfEntriesFetched()Returns the number of fetched entries.