Papers/Design pattern

Command pattern

tomato13 2008. 10. 14. 16:49
http://en.wikipedia.org/wiki/Command_pattern

.......
In object-oriented programming, the Command pattern is a design pattern in which objects are used to represent actions. A command object encapsulates an action and its parameters.
........

'Papers > Design pattern' 카테고리의 다른 글

facade pattern  (0) 2007.12.18
proxy pattern  (0) 2007.12.18
mediator pattern  (0) 2007.12.18
Flyweight pattern  (0) 2007.12.18
Delegation pattern  (0) 2007.09.29