public class ApplicationContextEventBroker extends Object implements ApplicationListener<ApplicationEvent>
ApplicationListener that will forward all received events to an EventBus.| Constructor and Description |
|---|
ApplicationContextEventBroker(EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(ApplicationEvent event) |
public ApplicationContextEventBroker(EventBus eventBus)
public void onApplicationEvent(ApplicationEvent event)
onApplicationEvent in interface ApplicationListener<ApplicationEvent>Copyright © 2017. All rights reserved.