Skip to content

Commit 0ad6818

Browse files
committed
Added real world example for Command.
1 parent eef54b4 commit 0ad6818

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@
248248
* implement callback functionality
249249
* implement the undo functionality
250250

251+
**Real world examples:**
252+
* [java.lang.Runnable](http://docs.oracle.com/javase/6/docs/api/java/lang/Runnable.html)
253+
251254
## <a name="interpreter">Interpreter</a> [&#8593;](#list-of-design-patterns)
252255
**Intent:** Given a language, define a representation for its grammar along with an interpreter that uses the representation to interpret sentences in the language.
253256

0 commit comments

Comments
 (0)