Uses of Interface
org.vaadin.spring.events.EventBus
Packages that use EventBus
Package
Description
-
Uses of EventBus in org.vaadin.spring.events
Subinterfaces of EventBus in org.vaadin.spring.eventsModifier and TypeInterfaceDescriptionstatic interfaceInterface implemented by the application scoped event bus.static interfaceInterface implemented by the session scoped event bus.static interfaceInterface implemented by the UI scoped event bus.static interfaceInterface implemented by the view scoped event bus.Methods in org.vaadin.spring.events that return EventBusModifier and TypeMethodDescriptionEvent.getEventBus()Gets the event bus on which the event was originally published.Constructors in org.vaadin.spring.events with parameters of type EventBus -
Uses of EventBus in org.vaadin.spring.events.internal
Classes in org.vaadin.spring.events.internal that implement EventBusModifier and TypeClassDescriptionclassImplementation ofEventBusthat publishes events with one specificEventScope.static classDefault implementation ofEventBus.ApplicationEventBus.static classDefault implementation ofEventBus.SessionEventBus.static classDefault implementation ofEventBus.UIEventBus.static classDefault implementation ofEventBus.ViewEventBus.Methods in org.vaadin.spring.events.internal that return EventBusModifier and TypeMethodDescriptionprotected EventBusScopedEventBus.getParentEventBus()Gets the parent of this event bus.Constructors in org.vaadin.spring.events.internal with parameters of type EventBus -
Uses of EventBus in org.vaadin.spring.events.support
Constructors in org.vaadin.spring.events.support with parameters of type EventBus