- Design Patterns and Best Practices in Java
- Kamalmeet Singh Adrian Ianculescu LUCIAN PAUL TORJE
- 21字
- 2021-06-25 20:52:38
Intent
The observer pattern makes the state changes of one object observable to other objects that are registered to be informed.
推薦閱讀