Design Patterns: Command Pattern
Posted: 17 Aug 2006
Updated: 16 May 2007
Views: 78,277
Rating: 4.59/5
Votes: 22
Popularity: 6.16
Licence: Not specified
Bookmarked: 112
Downloaded: 0
Commands are useful tools when dealing with behaviors in objects. By making the request to an object, a Command object, and storing the command in an Invoker object, we can modify and keep historical records of different actions performed on an object.