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.
........