client: add event system using eventbus

This commit is contained in:
Adam
2017-01-18 18:00:10 -05:00
parent eaa5c13d9a
commit 76d5d75f80
6 changed files with 84 additions and 4 deletions

2
cache/pom.xml vendored
View File

@@ -47,7 +47,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>21.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>