added sampe code in documentation

This commit is contained in:
benni 2012-10-28 09:18:17 +01:00
parent 279c9b6a7a
commit db5803eb03

View File

@ -29,8 +29,6 @@ sending messages to your listeners using one of Mbassador's publication methods
<h2>Usage</h2>
---------------------------------------
Listener definition (in any bean):
// every event of type TestEvent or any subtype will be delivered
@ -76,7 +74,7 @@ Message puclication:
---------------------------------------
Planned features:
<h2>Planned features</h2>
+ Maven dependency: Add Mbassador to your project using maven. Coming soon!
+ Message handler priority: Message handlers can specify priority to influence order of message delivery