Notification Class

Instances of the Notification class are used to describe the notifications registered by the system. JADE notifications may have a differing execution order when intermixed with Window events in JADE thin client mode. This difference arises because the notifications occur on the application server rather than the presentation client.

Notifications are usually interlaced with any Window events that may occur. In thin client mode, the notification occurs when the application server thread processing the presentation client operations becomes idle. However, the presentation client may also be idle and send event notifications such as form activations, focus changes, and so on, at the same time. This asynchronous operation may result in a slightly different execution order for these events from that experienced in JADE when it is not running in thin client mode.

For details about the properties and methods defined in the Notification class, see "Notification Properties" and "Notification Methods", in the following subsections.

Object

(None)