bookmark

http://128.42.6.89/JavaResources/DesignPatterns/command.htm


Description

When two objects communicate, often one object is sending a command to the other object to perform a particular function. The most common way to accomplish this is for the first object (the "issuer") to hold a reference to the second (the "recipient").

Preview

Tags

Users

  • @fmeyer

Comments and Reviews