Interface CandidateReceiver
- All Superinterfaces:
OsidReceiver
The candidate receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Candidate
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCandidates(Id notificationId, IdList candidateIds) The callback for notification of updated candidates.voiddeletedCandidates(Id notificationId, IdList candidateIds) the callback for notification of deleted candidates.voidnewCandidates(Id notificationId, IdList candidateIds) The callback for notifications of new candidates.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCandidates
-
changedCandidates
-
deletedCandidates
-