Interface EventBusAware.ViewEventBusAware

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

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

    • setViewEventBus

      void setViewEventBus(EventBus.ViewEventBus viewEventBus)
      Sets the view scoped event bus.