Dezign Patterns
Command Design Pattern
The Command Pattern encapsulates a request as an object, thereby allowing for parameterization of clients with queues, requests, and operations.
The Command Pattern encapsulates a request as an object, thereby allowing for parameterization of clients with queues, requests, and operations.