Can a [GoF]-ConcreteSubject override the notify method?
问题 I'm modelling a situation in wich there are: NotificationBox : the observer list1 , list2 , list3 : the subjects now I would make a piece of diagram in wich using observer pattern describe the fact that each list implement different type of notify() (for example some change in the state of a list need to be notified only to some observer, with some criterion) I made something like: in this case each subject override the notify method in order to notify only some subset of observer depend on