The Command design pattern encapsulates a request as an object, allowing the parameterization of clients with different requests, queue or log requests, and support undoable operations.
The Command design pattern encapsulates a request as an object, allowing the parameterization of clients with different requests, queue or log requests, and support undoable operations.