mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-25 15:58:52 +00:00
#211, consistent use of real world examples section in all readme files.
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ Use the Mediator pattern when
|
||||
* reusing an object is difficult because it refers to and communicates with many other objects
|
||||
* a behavior that's distributed between several classes should be customizable without a lot of subclassing
|
||||
|
||||
## Real World Applications
|
||||
## Real world examples
|
||||
|
||||
* All scheduleXXX() methods of [java.util.Timer](http://docs.oracle.com/javase/8/docs/api/java/util/Timer.html)
|
||||
* [java.util.concurrent.Executor#execute()](http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executor.html#execute-java.lang.Runnable-)
|
||||
|
||||
Reference in New Issue
Block a user