<<< Behavioral Patterns | Index | Command Sample >>> |
The Command pattern introduces transaction-style approach to
Encapsulate client requests by a set of the corresponding command objects.
Place command objects in a queue.
Support "undo" operation by deleting commands from the queue.
<<< Behavioral Patterns | Index | Command Sample >>> |