Interface BackgroundReminderProcess

  • All Known Implementing Classes:
    CalendarEventUserNotificationReminder

    public interface BackgroundReminderProcess

    Each scheduled reminder is linked to a process which must be performed when the reminder is triggered.
    The linked process must be an implementation of this interface.

    Each implementation of this interface MUST observe the following convention of Named annotation naming :
    [PROCESS NAME][PROCESS NAME SUFFIX]
    CalendarEventUserNotificationReminderProcessfor example, where CalendarEventUserNotification is the process name and ReminderProcess the process name suffix.

    Author:
    silveryocha