mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-21 02:23:42 +00:00
1. Renamed Message to Event and Event to AbstractEvent 2. Generified Event and Handler 3. Updated EventDispatcher to make unsafe configuration impossible 4. Updated UML diagram accordingly