mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-24 17:34:57 +00:00
@@ -1,4 +1,8 @@
|
||||
package com.iluwatar.eda.event;
|
||||
|
||||
/**
|
||||
* The {@link UserUpdatedEvent} class should should be dispatched whenever a user has been updated.
|
||||
* This class can be extended to contain details about the user has been updated.
|
||||
*/
|
||||
public class UserUpdatedEvent extends Event {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user