Register callbacks for domain events — get notified when objects are created, updated, or deleted.
A notification session lets a caller register a receiver that is called back when objects in the catalog change. The caller registers interest in specific events — new objects, changes to a particular Id, or deletions — and the runtime delivers those events to the receiver asynchronously. Override the registration methods to hook your back-end's event stream.
| Parameter | Type | Description |
|---|---|---|
manager |
OsidObjectManager |
the manager that opened this session |
catalogId |
Id |
the catalog this session is scoped to |
receiver |
OsidObjectReceiver |
the callback target for domain events |