#211, consistent use of real world examples section in all readme files.

This commit is contained in:
Narendra Pathai
2016-08-20 20:57:48 +05:30
parent fdcf546112
commit 28647cdf48
4 changed files with 5 additions and 5 deletions

View File

@ -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-)