public class SimpleEventBus
extends com.google.common.eventbus.EventBus
| Constructor and Description |
|---|
SimpleEventBus() |
| Modifier and Type | Method and Description |
|---|---|
void |
post(Object event) |
void |
register(Object instance) |
void |
unregister(Object instance) |
public void register(Object instance)
register in class com.google.common.eventbus.EventBuspublic void unregister(Object instance)
unregister in class com.google.common.eventbus.EventBuspublic void post(Object event)
post in class com.google.common.eventbus.EventBusCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.