| Constructor and Description |
|---|
GuavaEventBus() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(Type type,
java.util.function.Consumer<Event> onType) |
void |
close() |
static GuavaEventBus |
create(Config config) |
void |
fire(Event event) |
public void addListener(Type type, java.util.function.Consumer<Event> onType)
addListener in interface EventBuspublic void close()
public static GuavaEventBus create(Config config)