- Design Patterns and Best Practices in Java
- Kamalmeet Singh Adrian Ianculescu LUCIAN PAUL TORJE
- 35字
- 2021-06-25 20:52:36
Intent
The command pattern does the following:
- Provides a unified way to encapsulate a command along with the required parameters to execute an action
- Allows the handling of commands, such as storing them in queues
推薦閱讀