Interface EventBusAware

    • Method Detail

      • setEventBus

        void setEventBus​(EventBus bus)
        Sets the available EventBus that may be used for publishing and subscribing to/from events.
        Parameters:
        bus - the available EventBus.