Interface ProgramEntryReceiver
- All Superinterfaces:
OsidReceiver
The program entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted program entries.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedProgramEntries(Id notificationId, IdList programEntryIds) The callback for notification of updated program entries.voiddeletedProgramEntries(Id notificationId, IdList programEntryIds) the callback for notification of deleted program entries.voidnewProgramEntries(Id notificationId, IdList programEntryIds) The callback for notifications of new program entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newProgramEntries
-
changedProgramEntries
-
deletedProgramEntries
-