#113 Event Driven Architecture

Adds more Javadoc
This commit is contained in:
cfarrugia
2015-11-28 13:12:16 +01:00
parent fc70a706c6
commit b8b94b697a
12 changed files with 112 additions and 61 deletions

View File

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