| Package | Description |
|---|---|
| org.vaadin.spring.events | |
| org.vaadin.spring.events.internal |
| Modifier and Type | Method and Description |
|---|---|
EventScope |
EventBus.getScope()
Gets the scope of the events published on this event bus.
|
EventScope |
Event.getScope()
Gets the scope of the event.
|
static EventScope |
EventScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventScope[] |
EventScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
EventBus.publish(EventScope scope,
Object sender,
T payload)
Publishes the specified payload on the event bus, or any of its parent buses, depending on the event scope.
|
<T> void |
EventBus.publish(EventScope scope,
String topic,
Object sender,
T payload)
Publishes the specified payload on the event bus, or any of its parent buses, depending on the event scope.
|
| Modifier and Type | Method and Description |
|---|---|
EventScope |
ScopedEventBus.getScope() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ScopedEventBus.publish(EventScope scope,
Object sender,
T payload) |
<T> void |
ScopedEventBus.publish(EventScope scope,
String topic,
Object sender,
T payload) |
| Constructor and Description |
|---|
ScopedEventBus(EventScope scope) |
ScopedEventBus(EventScope scope,
EventBus parentEventBus) |
Copyright © 2017. All rights reserved.