Package org.vaadin.spring.events.support
Class ApplicationContextEventBroker
java.lang.Object
org.vaadin.spring.events.support.ApplicationContextEventBroker
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
public class ApplicationContextEventBroker
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
An
ApplicationListener that will forward all received events to an EventBus.- Author:
- Petter Holmström (petter@vaadin.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(org.springframework.context.ApplicationEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
ApplicationContextEventBroker
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
-