| Package | Description |
|---|---|
| org.vaadin.spring.events | |
| org.vaadin.spring.events.internal |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
EventBus.subscribe(EventBusListener<T> listener)
Subscribes the specified listener to the event bus, including propagated events from parent event buses.
|
<T> void |
EventBus.subscribe(EventBusListener<T> listener,
boolean includingPropagatingEvents)
Subscribes the specified listener to the event bus.
|
<T> void |
EventBus.unsubscribe(EventBusListener<T> listener)
Unsubscribes the specified listener from the event bus.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ScopedEventBus.subscribe(EventBusListener<T> listener) |
<T> void |
ScopedEventBus.subscribe(EventBusListener<T> listener,
boolean includingPropagatingEvents) |
<T> void |
ScopedEventBus.unsubscribe(EventBusListener<T> listener) |
Copyright © 2016. All rights reserved.