Thursday, 21 November 2019

one subject has multiple observer

Which design pattern is used or how can it be done, so that one subject can have multiple observer and subject can notify specific observer when necessary. In classic observer pattern there is one function which is used to notify one observer or list of observer all at once, it cant notify specific observerver.



from one subject has multiple observer

No comments:

Post a Comment