#113 Event Driven Architecture

Adds various changes including :
- Fixes to Javadoc
This commit is contained in:
cfarrugia
2015-12-01 23:33:26 +01:00
parent cfb0fafc7d
commit 2aa20b7445

View File

@ -17,7 +17,7 @@ public class Event implements Message {
/**
* Returns the event type as a {@link Class} object
* In this example, this method is used by the {@link EventDispatcher} to
* onEvent events depending on their type.
* dispatch events depending on their type.
*
* @return the Event type as a {@link Class}.
*/