mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-27 06:00:45 +00:00
docs: balking, bloc, bridge diagrams
This commit is contained in:
@@ -35,6 +35,10 @@ The Bloc pattern manages the state of an object and allows for dynamically notif
|
||||
|
||||
> While not a formalized "Gang of Four" design pattern, Bloc is widely used in state-driven applications. It centralizes state management and propagates state changes to registered observers, following principles of separation of concerns.
|
||||
|
||||
### Sequence diagram
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Programmatic Example of the Bloc Pattern in Java
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user