Uses of Enum Class
org.vaadin.spring.events.EventScope
Packages that use EventScope
-
Uses of EventScope in org.vaadin.spring.events
Methods in org.vaadin.spring.events that return EventScopeModifier and TypeMethodDescriptionEvent.getScope()Gets the scope of the event.EventBus.getScope()Gets the scope of the events published on this event bus.static EventScopeReturns the enum constant of this class with the specified name.static EventScope[]EventScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.spring.events with parameters of type EventScopeModifier and TypeMethodDescription<T> voidEventBus.publish(EventScope scope, Object sender, T payload) Publishes the specified payload on the event bus, or any of its parent buses, depending on the event scope.<T> voidEventBus.publish(EventScope scope, String topic, Object sender, T payload) Publishes the specified payload on the event bus, or any of its parent buses, depending on the event scope. -
Uses of EventScope in org.vaadin.spring.events.internal
Methods in org.vaadin.spring.events.internal that return EventScopeMethods in org.vaadin.spring.events.internal with parameters of type EventScopeModifier and TypeMethodDescription<T> voidScopedEventBus.publish(EventScope scope, Object sender, T payload) <T> voidScopedEventBus.publish(EventScope scope, String topic, Object sender, T payload) Constructors in org.vaadin.spring.events.internal with parameters of type EventScopeModifierConstructorDescriptionScopedEventBus(EventScope scope) ScopedEventBus(EventScope scope, EventBus parentEventBus)