Chain-of-responsibility pattern: Difference between revisions

Content deleted Content added
No edit summary
credit
Line 19:
The PowerPlant framework used (uses?) this pattern to dispatch events from the actual target (button) up to its super-'commanders' (window, application).
 
== Credit ==
----
The first draft is based on an excerpt from [[WikiWikiWeb]].
CategoryPattern | CategoryBehavioralPatterns