Package org.vaadin.spring.events
Interface EventBusAware.UIEventBusAware
- All Superinterfaces:
org.springframework.beans.factory.Aware,EventBusAware
- Enclosing interface:
- EventBusAware
Interface to be implemented by beans that want to get notified of the
UI event bus.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.vaadin.spring.events.EventBusAware
EventBusAware.ApplicationEventBusAware, EventBusAware.SessionEventBusAware, EventBusAware.UIEventBusAware, EventBusAware.ViewEventBusAware -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUIEventBus(EventBus.UIEventBus uiEventBus) Sets the UI scoped event bus.
-
Method Details
-
setUIEventBus
Sets the UI scoped event bus.
-