| Package | Description |
|---|---|
| org.vaadin.spring.events | |
| org.vaadin.spring.events.internal | |
| org.vaadin.spring.events.support |
| Class and Description |
|---|
| Event
A class that represents an event that has been published on an
EventBus. |
| EventBus
Interface defining an event bus.
|
| EventBus.ApplicationEventBus
Interface implemented by the application scoped event bus.
|
| EventBus.SessionEventBus
Interface implemented by the session scoped event bus.
|
| EventBus.UIEventBus
Interface implemented by the UI scoped event bus.
|
| EventBus.ViewEventBus
Interface implemented by the view scoped event bus.
|
| EventBusAware
Marker super interface for beans that want to get notified of a specific type of event bus.
|
| EventBusListener
Interface to be implemented by listeners that want to subscribe to an
EventBus. |
| EventBusListenerMethodFilter
A method annotated with
@EventBusListenerMethod will be invoked if it is
subscribed to the EventBus that published the Event
(or Object payload). |
| EventScope
Enumeration of event scopes.
|
| TopicFilter
The interface defines a method to validate a given event topic
an listener topic.
|
| Class and Description |
|---|
| EventBus
Interface defining an event bus.
|
| EventBus.ApplicationEventBus
Interface implemented by the application scoped event bus.
|
| EventBus.SessionEventBus
Interface implemented by the session scoped event bus.
|
| EventBus.UIEventBus
Interface implemented by the UI scoped event bus.
|
| EventBus.ViewEventBus
Interface implemented by the view scoped event bus.
|
| EventBusListener
Interface to be implemented by listeners that want to subscribe to an
EventBus. |
| EventScope
Enumeration of event scopes.
|
| Class and Description |
|---|
| EventBus
Interface defining an event bus.
|
Copyright © 2017. All rights reserved.