1.6 Event Notifications

Event notifications are used to notify listening applications that an event they are interested in has occurred. The POA keeps a notification list in memory, which contains a list of registered applications. (Applications add themselves to the notification list by calling the getEventsRequest method with the notify element set to True.) Each application in the notification list can be listening for events for many users.

Be aware of the following when using event notifications: