public interface HierarchyReceiver extends OsidReceiver
The hierarchy receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Hierarchy
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedHierarchies(Id notificationId,
IdList hierarchyIds)
The callback for notification of updated hierarchies.
|
void |
deletedHierarchies(Id notificationId,
IdList hierarchyIds)
the callback for notification of deleted hierarchies.
|
void |
newHierarchies(Id notificationId,
IdList hierarchyIds)
The callback for notifications of new hierarchies.
|
down, upvoid newHierarchies(Id notificationId, IdList hierarchyIds)
notificationId - the notification Id hierarchyIds - the Ids of the new
Hierarchies mandatory - This method must be implemented. void changedHierarchies(Id notificationId, IdList hierarchyIds)
notificationId - the notification Id hierarchyIds - the Ids of the updated
Hierarchies mandatory - This method must be implemented.