| Package | Description |
|---|---|
| org.vaadin.spring.events |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NoEventBusListenerMethodFilter.filter(Event<?> event) |
boolean |
EventBusListenerMethodFilter.filter(Event<?> event)
Criteria used to influence when an
@EventBusListenerMethod
annotated method with this filter defined will execute |
void |
EventBusListener.onEvent(Event<T> event)
Called when an event has been received.
|
Copyright © 2017. All rights reserved.