JCL Help:TJclBaseListener.Notification@IJclNotificationMessage

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Notification callback.


Pascal

 public procedure Notification(msg: IJclNotificationMessage); virtual; stdcall;


Parameters

Parameters Description
msg: IJclNotificationMessage A message containing additional information on the nature of the notification.


Description

Notification is called by the notifier's Notify method if the listener is registered with the notifier.
The provided message is passed on from the process calling the Notify method. Most real world implementations will have implemented additional interfaces (or an interface derived from IJclNotificationMessage) to provide actual information on the nature of the notification.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page