Product Site

5.4.9. MessageNotification Class

The MessageNotification class implements the notification interface for the Message class.

For any message, notification of completion of the message can be requested by using the notify method of the Message class. This method requires as its argument a notification target, that implements this message notification interface. If notification was requested, upon message completion a messageComplete message is sent to the notification target.

This class is defined as a MIXIN class.
Table 5.44. MessageNotification Class
Object
Methods inherited from the Object class
Class (Metaclass)
Methods inherited from the Class class
MessageNotification (Mixin Class)
messageComplete (Abstract Method)