Chapter 10. Command Pattern

<feature><title>In This Chapter</title> </feature>

The Command pattern encapsulates functionality into a class. Although the pattern might appear simplistic, don’t let its simplicity deceive you. The Command pattern is a powerful way for enabling a range of features that would be difficult to implement using a different approach. Here are some of the most common uses of the Command pattern:

  • Building highly reusable components. The Command pattern decouples the ...

Get Advanced ActionScript 3 with Design Patterns now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.