All Classes and Interfaces
Class
Description
An
ApplicationListener that will forward all received events to an EventBus.A class that represents an event that has been published on an
EventBus.Interface defining an event bus.
Interface implemented by the application scoped event bus.
Interface implemented by the session scoped event bus.
Interface implemented by the UI scoped event bus.
Interface implemented by the view scoped event bus.
Marker super interface for beans that want to get notified of a specific type of event bus.
Interface to be implemented by beans that want to get notified of the
application event bus.
Interface to be implemented by beans that want to get notified of the
session event bus.
Interface to be implemented by beans that want to get notified of the
UI event bus.
Interface to be implemented by beans that want to get notified of the
view event bus.
Configuration class to configure the Spring Vaadin Eventbus
Interface to be implemented by listeners that want to subscribe to an
EventBus.Annotation to be placed on event bus listener methods.
A method annotated with
@EventBusListenerMethod will be invoked if it is
subscribed to the EventBus that published the Event
(or Object payload).Annotation to be placed on event bus listener methods, additional to
the
EventBusListenerMethod annotation.Qualifier to be used to indicate that a proxy of an
EventBus should be injected.Enumeration of event scopes.
An implementation of
TopicFilter
which validates the topics with an exact match (equals).An implementation of
TopicFilter
which validates the topics hierarchical.A default filter implementation which always returns true.
Implementation of
EventBus that publishes events with one specific
EventScope.Default implementation of
EventBus.ApplicationEventBus.Default implementation of
EventBus.SessionEventBus.Default implementation of
EventBus.UIEventBus.Default implementation of
EventBus.ViewEventBus.The interface defines a method to validate a given event topic
an listener topic.
BeanPostProcessor
implementation that passes the corresponding EventBus to beans that
implement the one of the EventBusAware interfaces