@@ -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