- EnableEventBus - Annotation Type in org.vaadin.spring.events.annotation
-
- Event<T> - Class in org.vaadin.spring.events
-
A class that represents an event that has been published on an
EventBus.
- Event(EventBus, Object, T) - Constructor for class org.vaadin.spring.events.Event
-
- Event(EventBus, Object, T, String) - Constructor for class org.vaadin.spring.events.Event
-
- EventBus - Interface in org.vaadin.spring.events
-
Interface defining an event bus.
- EventBus.ApplicationEventBus - Interface in org.vaadin.spring.events
-
Interface implemented by the application scoped event bus.
- EventBus.SessionEventBus - Interface in org.vaadin.spring.events
-
Interface implemented by the session scoped event bus.
- EventBus.UIEventBus - Interface in org.vaadin.spring.events
-
Interface implemented by the UI scoped event bus.
- EventBus.ViewEventBus - Interface in org.vaadin.spring.events
-
Interface implemented by the view scoped event bus.
- EventBusAware - Interface in org.vaadin.spring.events
-
Marker super interface for beans that want to get notified of a specific type of event bus.
- EventBusAware.ApplicationEventBusAware - Interface in org.vaadin.spring.events
-
Interface to be implemented by beans that want to get notified of the
application event bus.
- EventBusAware.SessionEventBusAware - Interface in org.vaadin.spring.events
-
Interface to be implemented by beans that want to get notified of the
session event bus.
- EventBusAware.UIEventBusAware - Interface in org.vaadin.spring.events
-
Interface to be implemented by beans that want to get notified of the
UI event bus.
- EventBusAware.ViewEventBusAware - Interface in org.vaadin.spring.events
-
Interface to be implemented by beans that want to get notified of the
view event bus.
- EventBusConfiguration - Class in org.vaadin.spring.events.config
-
Configuration class to configure the Spring Vaadin Eventbus
- EventBusConfiguration() - Constructor for class org.vaadin.spring.events.config.EventBusConfiguration
-
- EventBusListener<T> - Interface in org.vaadin.spring.events
-
Interface to be implemented by listeners that want to subscribe to an
EventBus.
- EventBusListenerMethod - Annotation Type in org.vaadin.spring.events.annotation
-
Annotation to be placed on event bus listener methods.
- EventBusListenerMethodFilter - Interface in org.vaadin.spring.events
-
A method annotated with @EventBusListenerMethod will be invoked if it is
subscribed to the EventBus that published the Event
(or Object payload).
- EventBusListenerTopic - Annotation Type in org.vaadin.spring.events.annotation
-
- EventBusProxy - Annotation Type in org.vaadin.spring.events.annotation
-
Qualifier to be used to indicate that a proxy of an
EventBus should be injected.
- EventScope - Enum in org.vaadin.spring.events
-
Enumeration of event scopes.
- ExactTopicFilter - Class in org.vaadin.spring.events
-
An implementation of
TopicFilter
which validates the topics with an exact match (equals).
- ExactTopicFilter() - Constructor for class org.vaadin.spring.events.ExactTopicFilter
-