#113 Event Driven Architecture

Adds more Javadoc and fixes checkstyle issues.
This commit is contained in:
cfarrugia
2015-11-28 15:03:22 +01:00
parent b8b94b697a
commit e1c0731f7e
9 changed files with 90 additions and 40 deletions
@@ -7,5 +7,5 @@ import com.iluwatar.eda.event.Event;
* of message
*/
public interface Channel<E extends Message> {
void dispatch(E message);
void dispatch(Event message);
}