Package org.vaadin.spring.events
package org.vaadin.spring.events
-
ClassDescriptionEvent<T>A class that represents an event that has been published on an
EventBus.Interface defining an event bus.Interface implemented by the application scoped event bus.Interface implemented by the session scoped event bus.Interface implemented by the UI scoped event bus.Interface implemented by the view scoped event bus.Marker super interface for beans that want to get notified of a specific type of event bus.Interface to be implemented by beans that want to get notified of the application event bus.Interface to be implemented by beans that want to get notified of the session event bus.Interface to be implemented by beans that want to get notified of the UI event bus.Interface to be implemented by beans that want to get notified of the view event bus.Interface to be implemented by listeners that want to subscribe to anEventBus.A method annotated with@EventBusListenerMethodwill be invoked if it is subscribed to theEventBusthat published theEvent(orObjectpayload).Enumeration of event scopes.An implementation ofTopicFilterwhich validates the topics with an exact match (equals).An implementation ofTopicFilterwhich validates the topics hierarchical.A default filter implementation which always returns true.The interface defines a method to validate a given event topic an listener topic.