You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Applicability:** Use the Model-View-Presenter in any of the following situations
198
+
* when you want to improve the "Separation of Concerns" principle in presentation logic
199
+
* when a user interface development and testing is necessary.
200
+
192
201
##Observer
193
202
**Intent:** Define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.
0 commit comments