1 Commits

Author SHA1 Message Date
b758f4cef1 Remove obsolete paragraph from README 2021-04-04 10:09:12 +02:00

View File

@ -45,9 +45,6 @@ public class SimpleEventListener {
} }
``` ```
In this case, an event bus is created and used locally.
In a more sophisticated example the class would acquire an external event bus that is used by multiple classes.
Note that creating static event handlers like this Note that creating static event handlers like this
```java ```java