I am trying to include EventBus in my application. I followed http://tomaszdziurko.pl/2012/01/google-guava-eventbus-easy-elegant-publisher-subscriber-cases/ link.
I am getting compile errors:
I've added the guava-16.0.1.jar to the project. But the register fucntion isn't working.
Any idea what am I missing here?