EventBus icon indicating copy to clipboard operation
EventBus copied to clipboard

Event Bus

Results 13 EventBus issues
Sort by recently updated
recently updated
newest added

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...