JCL Help:IJclNotifier.Notify
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: IJclNotifier.Notify Method
Search in JCL Help
Search in all projects
Summary
Notifies all listeners of an event.
Pascal
procedure Notify(msg: IJclNotificationMessage); stdcall;
Parameters
Parameters | Description |
msg: IJclNotificationMessage | A message containing additional information on the nature of the notification. The message is passed on to the listeners currently registered with the notifier. |
Description
Notify will iterate all registered listeners and call their Notification method, passing the provided message.
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