mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-20 04:23:39 +00:00
docs: updates to several patterns
This commit is contained in:
@@ -182,10 +182,6 @@ public class SetVariableEvent implements UserEvent {
|
||||
|
||||
This example demonstrates the key aspects of the MVI pattern: unidirectional data flow, clear separation of concerns, and the use of events to drive changes in the Model's state.
|
||||
|
||||
## Class diagram
|
||||
|
||||

|
||||
|
||||
## Applicability
|
||||
|
||||
* Useful in applications with complex user interfaces that require a clear separation of concerns and predictable state management.
|
||||
|
||||
Reference in New Issue
Block a user