JCL Help:TJclBaseListener

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

IJclListener
|
TJclBaseListener


Summary

Base implementation of IJclListener.


Pascal

 public TJclBaseListener = class(TInterfacedObject, IJclListener);


Description

TJclBaseListener is a base implementation of IJclListener. It declares an empty, virtual implementation for the Notification method. Descendants should override the method to process the notification messages.
NotesUsing this implementation does not imply TJclBaseNotifier or TJclBaseNotificationMessage have to be used; TJclBaseListener will handle any IJclNotifier and IJclNotificationMessage implementation.


About

Unit

JclNotify


Navigation

Donator

Marcel Bestebroer


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