mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 08:58:26 +00:00
docs: poison pill and private class data diagrams
This commit is contained in:
@@ -33,7 +33,6 @@ Architecture diagram
|
||||
|
||||

|
||||
|
||||
|
||||
## Programmatic Example of Presentation Model Pattern in Java
|
||||
|
||||
The Presentation Model design pattern is a pattern that separates the responsibility of managing the state and behavior of the GUI in a separate model class. This model class is not tied to the view and can be used to test the GUI behavior independently of the GUI itself.
|
||||
|
||||
Reference in New Issue
Block a user