Try to use EventBus from Google Guava. You will have less code to maintenan

Try to use EventBus from Google Guava.
You will have less code to maintenance.
http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/eventbus/package-summary.html

Thanks for the hint. Guavas EventBus works very similar to my implementation. The reason why Im not using Guava is, that i will not introduce dependencies to another lib, to keep MVP-Lite as independent and lightweight as possible