added sampe code in documentation

This commit is contained in:
benni 2012-10-28 09:19:16 +01:00
parent db5803eb03
commit 4ce801c086

View File

@ -26,7 +26,6 @@ sending messages to your listeners using one of Mbassador's publication methods
---------------------------------------
<h2>Usage</h2>
Listener definition (in any bean):
@ -72,8 +71,6 @@ Message puclication:
bus.publish(subEvent); // will return after each handler has been invoked
---------------------------------------
<h2>Planned features</h2>
+ Maven dependency: Add Mbassador to your project using maven. Coming soon!