EventBus
EventBus copied to clipboard
Event Bus
The way the experimental `MonitorAware` characteristic works is that it is tied to the `MutableEvent` object, whose internals have tracking for the monitoring state. This allows the same event object...
The cancellable event bus has custom `addListener` events to handle listeners that cancel the event. There is one such method: `addListener(boolean, Consumer)`, where `true` causes the listener to always be...
The API of EventBus7 is quite unique, making it hard to migrate from previous version, and basically impossible if backward compatibility is required. The main burden of migration is the...
This PR updates to jUnit 6 and newer Google Compile Testing, as well as some minor cleanup. https://github.com/junit-team/junit-framework/wiki/Upgrading-to-JUnit-6.0 The jUnit 6 upgrade was far easier than expected - they removed...
Not sure why, will have to look into it later.