Best way to implement observer pattern in Delphi

后端 未结 2 2094
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-02 20:32

I found different implementations of the observer pattern in Delphi, like: Sourcemaking Design Patterns and Delphi Hobbyist.

In general, what is the best way to impl

2条回答
  •  無奈伤痛
    2021-01-02 21:10

    Good article with source code: An Observer / Observable implementation in Delphi using Interfaces

提交回复
热议问题