Package org.vaadin.spring.events
Interface EventBusAware.ApplicationEventBusAware
- All Superinterfaces:
org.springframework.beans.factory.Aware,EventBusAware
- Enclosing interface:
- EventBusAware
Interface to be implemented by beans that want to get notified of the
application 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 TypeMethodDescriptionvoidsetApplicationEventBus(EventBus.ApplicationEventBus applicationEventBus) Sets the application scoped event bus.
-
Method Details
-
setApplicationEventBus
Sets the application scoped event bus.
-