Chain-of-responsibility pattern: Difference between revisions

Content deleted Content added
fix syntaxhighlight closing tag
Line 131:
 
button->handleHelp();
</syntaxhighlight>
 
== Implementations ==