Package org.vaadin.spring.events
Interface EventBusAware.ViewEventBusAware
- All Superinterfaces:
org.springframework.beans.factory.Aware,EventBusAware
- Enclosing interface:
- EventBusAware
Interface to be implemented by beans that want to get notified of the
view 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 TypeMethodDescriptionvoidsetViewEventBus(EventBus.ViewEventBus viewEventBus) Sets the view scoped event bus.
-
Method Details
-
setViewEventBus
Sets the view scoped event bus.
-