Originally posted by Brandon Tom:
What is meant by "binding together a set of actions?"
It's the "set of actions" that are bound to the receiver, rather than binding the actions to one another.
The "set of actions" are the operations in the Command's execute() method that are executed against the receiver. So the invoking class doesn�t need to know "how" the command is executed nor "who" the command is executed against.
See also
Command Design Pattern [ April 25, 2006: Message edited by: Peer Reynders ]