Collection of notification event handlers
Source position: fpmkunit.pp line 1494
public property TBuildEngine.NotifyEventCollection : TNotifyEventCollection |
NotifyEventCollection manages the collection of event handlers that receive notifications during build operations. This property enables registration of multiple event listeners for build progress monitoring.
Event handlers can monitor compilation progress, installation status, and other build events for logging, user interface updates, and custom processing requirements.