出典:Wiktionary
出典:Wikipedia
出典:『Wikipedia』 (2011/07/08 19:33 UTC 版)
In object-oriented programming, the command pattern is a design pattern in which an object is used to represent and encapsulate all the information needed to call a method at a later time. This information includes the method name, the object that owns the method and values for the method parameters.