mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 06:58:54 +00:00
+2
-1
@@ -1,7 +1,8 @@
|
||||
package com.iluwatar.eda.event;
|
||||
|
||||
/**
|
||||
* @author cfarrugia
|
||||
* The {@link UserCreatedEvent} class should should be dispatched whenever a user has been created.
|
||||
* This class can be extended to contain details about the user has been created.
|
||||
*/
|
||||
public class UserCreatedEvent extends Event {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user