Gof Observer
Attendees:
Alejandro Oyarbide
NicolaeGiurescu
PatrickHodoul
Discussions:
-
The SetState() can be called by something else than the Observer.
-
Observer and Subject can be applications, not necessarily restricted to objects.
-
The Observer can look at different part of the data stored by the Subject.
-
Discussed the consequences.
-
Discussed the implementation issues.
-
Safety: how to detach an Observer that is about to be deleted.