Interface PersonReceiver
- All Superinterfaces:
OsidReceiver
The person receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted persons.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedPersons(Id notificationId, IdList personIds) The callback for notifications of updated persons.voiddeletedPersons(Id notificationId, IdList personIds) the callback for notification of deleted persons.voidnewPersons(Id notificationId, IdList personIds) The callback for notifications of new persons.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newPersons
-
changedPersons
-
deletedPersons
-