previous | start | next

The COMMAND Pattern

Context

  1. You want to implement commands that behave like objects
    • because you need to store additional information with commands
    • because you want to collect commands.  


previous | start | next