Remove obsolete paragraph from README

pull/23/head
Kai S. K. Engelbart 2021-04-04 10:09:12 +02:00
parent 0dcad7d178
commit b758f4cef1
Signed by: kske
GPG Key ID: 8BEB13EC5DF7EF13
1 changed files with 0 additions and 3 deletions

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
```java