Interface KeyReceiver
- All Superinterfaces:
OsidReceiver
The key receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Key objects. A
change to a key is a change to an Key .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedKeys(Id notificationId, IdList keyIds) The callback for notification of updated keys.voiddeletedKeys(Id notificationId, IdList keyIds) the callback for notification of deleted keys.voidThe callback for notifications of new keys.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newKeys
-
changedKeys
-
deletedKeys
-