Remove presentations

This commit is contained in:
Ilkka Seppälä
2019-10-30 21:12:10 +02:00
parent cc85c73fbc
commit 1eb1961f1b
19 changed files with 0 additions and 905 deletions

View File

@ -36,10 +36,6 @@ Use the Command pattern when you want to
* implement callback functionality
* implement the undo functionality
## Presentations
* [Command Pattern](etc/presentation.html)
## Real world examples
* [java.lang.Runnable](http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html)