Commit Graph

10 Commits

Author SHA1 Message Date
Kai S. K. Engelbart ff163fc21a Reword static event handler section 2020-09-26 09:57:50 +02:00
Leon Hofmeister 93f239e71f Added paragraph about static methods in README 2020-09-25 20:58:15 +02:00
Kai S. K. Engelbart b6b73d335a
Add logging to EventBus using the Platform Logging API 2020-09-20 15:28:13 +02:00
Leon Hofmeister 8cf51441ad Add priority section to README 2020-09-20 14:35:50 +02:00
Kai S. K. Engelbart ba06b49368
Add subtype inclusion for event handlers 2020-09-20 12:20:29 +02:00
Kai S. K. Engelbart 7a3debe444
Support parameter-less event handlers
- Add eventType value to Event
- Move semantic event handler checks to EventHandler
- Use Objects#requireNonNull(T) on public API method parameters
- Update README with a parameter-less event handlers section
2020-09-08 20:13:42 +02:00
Kai S. K. Engelbart bdf7dcfeda
Use singleton EventBus in README and unit test 2020-09-08 09:38:46 +02:00
Kai S. K. Engelbart 83010942f1
Add installation instructions 2020-09-08 08:43:52 +02:00
Kai S. K. Engelbart 2cc7e722b6
Add description and example to README 2020-09-08 08:43:51 +02:00
Kai S. K. Engelbart be7696c7d4
Initial commit 2020-09-08 08:43:39 +02:00