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
**Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
@@ -412,6 +413,14 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi
412
413
**Applicability:** Use the Event Aggregator pattern when
413
414
* Event Aggregator is a good choice when you have lots of objects that are potential event sources. Rather than have the observer deal with registering with them all, you can centralize the registration logic to the Event Aggregator. As well as simplifying registration, a Event Aggregator also simplifies the memory management issues in using observers.
**Intent:** Callback is a piece of executable code that is passed as an argument to other code, which is expected to call back (execute) the argument at some convenient time.
0 commit comments