Interface RealmReceiver
- All Superinterfaces:
OsidReceiver
The realm receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Realm objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfRealms(Id realmIds, IdList billingIds) The callback for notifications of changes to children of realm hierarchy nodes.voidchangedRealms(Id notificationId, IdList realmIds) The callback for notification of updated realms.voiddeletedRealms(Id notificationId, IdList realmIds) the callback for notification of deleted realms.voidThe callback for notifications of new realms.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newRealms
-
changedRealms
-
deletedRealms
-
changedChildOfRealms
The callback for notifications of changes to children of realm hierarchy nodes.- Parameters:
realmIds- the notificationIdbillingIds- theIdsof theRealmswhose children have changed- Compliance:
mandatory- This method must be implemented.
-