Command pattern

Command pattern

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5085-3486-8

High Quality Content by WIKIPEDIA articles! In object-oriented programming, the command pattern is a behavioural 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.