Skip to content
Snippets Groups Projects
Commit 2395175e authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[misc] Improve javadoc

parent eb0bca38
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,10 @@
/**
* Event triggered when a new event is registered inside of the store.
* <p>
* This event contains a reference to the actual event that has been registered in the event stream. This event also
* send the following parameters: source: the event inserted in the event stream that triggered this event
* This event also send the following parameters
* <ul>
* <li>source: the event inserted in the event stream that triggered this event</li>
* </ul>
*
* @since 9.6RC1
* @version $Id$
......
......@@ -22,8 +22,10 @@
/**
* Event triggered when an event is deleted from the store.
* <p>
* This event also send the following parameters: source: the event removed from the event stream that triggered this
* event
* This event also send the following parameters
* <ul>
* <li>source: the event inserted in the event stream that triggered this event</li>
* </ul>
*
* @since 9.6RC1
* @version $Id$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment