Uses of Package
org.vaadin.spring.events
Packages that use org.vaadin.spring.events
Package
Description
-
Classes in org.vaadin.spring.events used by org.vaadin.spring.eventsClassDescriptionA 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 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.The interface defines a method to validate a given event topic an listener topic. -
Classes in org.vaadin.spring.events used by org.vaadin.spring.events.internalClassDescriptionInterface 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.Interface to be implemented by listeners that want to subscribe to an
EventBus.Enumeration of event scopes. -
Classes in org.vaadin.spring.events used by org.vaadin.spring.events.support