Interface EventBusAware.UIEventBusAware

All Superinterfaces:
org.springframework.beans.factory.Aware, EventBusAware
Enclosing interface:
EventBusAware

public static interface EventBusAware.UIEventBusAware extends EventBusAware
Interface to be implemented by beans that want to get notified of the UI event bus.
  • Method Details

    • setUIEventBus

      void setUIEventBus(EventBus.UIEventBus uiEventBus)
      Sets the UI scoped event bus.