Notifications

In some situations, the base library must notify programs of conditions that preclude the use of event queues as the communications medium. Instead of sending an advisory, the library notifies the program through an out-of-band mechanism.

All application programs must define a notification handler callback to process these out-of-band notifications, and register that callback using the set notification handler method.