Design Patterns - Command Pattern

Posted Wednesday, July 16, 2008 12:07 AM by CumpsD

What's a lonely geek to do late in the evening? Write about the Command Pattern of course...

Let's start with the definition: "Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undo-able operations."

Command Pattern

Read more at http://blog.cumps.be/design-patterns-command-pattern/

Comments

No Comments