| Package | Description |
|---|---|
| org.vaadin.spring.events | |
| org.vaadin.spring.events.internal | |
| org.vaadin.spring.events.support |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventBus.ApplicationEventBus
Interface implemented by the application scoped event bus.
|
static interface |
EventBus.SessionEventBus
Interface implemented by the session scoped event bus.
|
static interface |
EventBus.UIEventBus
Interface implemented by the UI scoped event bus.
|
static interface |
EventBus.ViewEventBus
Interface implemented by the view scoped event bus.
|
| Modifier and Type | Method and Description |
|---|---|
EventBus |
Event.getEventBus()
Gets the event bus on which the event was originally published.
|
| Constructor and Description |
|---|
Event(EventBus eventBus,
Object source,
T payload) |
Event(EventBus eventBus,
Object source,
T payload,
String topic) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScopedEventBus
Implementation of
EventBus that publishes events with one specific
EventScope. |
static class |
ScopedEventBus.DefaultApplicationEventBus
Default implementation of
EventBus.ApplicationEventBus. |
static class |
ScopedEventBus.DefaultSessionEventBus
Default implementation of
EventBus.SessionEventBus. |
static class |
ScopedEventBus.DefaultUIEventBus
Default implementation of
EventBus.UIEventBus. |
static class |
ScopedEventBus.DefualtViewEventBus
Default implementation of
EventBus.ViewEventBus. |
| Modifier and Type | Method and Description |
|---|---|
protected EventBus |
ScopedEventBus.getParentEventBus()
Gets the parent of this event bus.
|
| Constructor and Description |
|---|
ScopedEventBus(EventScope scope,
EventBus parentEventBus) |
| Constructor and Description |
|---|
ApplicationContextEventBroker(EventBus eventBus) |
Copyright © 2017. All rights reserved.