@Configuration public class EventManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.eventbus.EventBus |
eventBus |
| Constructor and Description |
|---|
EventManager() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.eventbus.EventBus |
eventBus() |
static com.google.common.eventbus.EventBus |
getEventBus() |
static void |
post(Object event)
post event.
|
static void |
register(Object listener)
Registering listener.
|
static void |
unregister(Object listener)
Unregistering listener.
|
public static com.google.common.eventbus.EventBus getEventBus()
public static void register(Object listener)
public static void post(Object event)
public static void unregister(Object listener)
@Bean public com.google.common.eventbus.EventBus eventBus()
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.