Package org.vaadin.spring.events
Interface EventBusListener<T>
- Type Parameters:
T- type of event payloads that the listener is interested in receiving.
- All Superinterfaces:
Serializable
Interface to be implemented by listeners that want to subscribe to an
EventBus.- Author:
- Petter Holmström (petter@vaadin.com)
-
Method Summary
-
Method Details
-
onEvent
Called when an event has been received.- Parameters:
event- the event, nevernull.
-