mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 04:58:46 +00:00
#113 Event Driven Architecture
- added class diagram - added more comments
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.iluwatar.eda.event;
|
||||
|
||||
/**
|
||||
* @author cfarrugia
|
||||
*/
|
||||
public class UserCreatedEvent extends Event {
|
||||
}
|
||||
Reference in New Issue
Block a user