public interface CanonicalUnitEnablerReceiver extends OsidReceiver
The canonical unit enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted canonical unit enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedCanonicalUnitEnablers(Id notificationId,
IdList canonicalUnitEnablerIds)
The callback for notification of updated canonical unit enablers.
|
void |
deletedCanonicalUnitEnablers(Id notificationId,
IdList canonicalUnitEnablerIds)
The callback for notification of deleted canonical unit enablers.
|
void |
newCanonicalUnitEnablers(Id notificationId,
IdList canonicalUnitEnablerIds)
The callback for notifications of new canonical unit enablers.
|
down, upvoid newCanonicalUnitEnablers(Id notificationId, IdList canonicalUnitEnablerIds)
notificationId - the notification Id canonicalUnitEnablerIds - the Ids of the new
CanonicalUnitEnablers mandatory - This method must be implemented. void changedCanonicalUnitEnablers(Id notificationId, IdList canonicalUnitEnablerIds)
notificationId - the notification Id canonicalUnitEnablerIds - the Ids of the updated
CanonicalUnitEnablers mandatory - This method must be implemented. void deletedCanonicalUnitEnablers(Id notificationId, IdList canonicalUnitEnablerIds)
notificationId - the notification Id canonicalUnitEnablerIds - the Ids of the deleted
CanonicalUnitEnablers mandatory - This method must be implemented.