public class EventBus extends Object
| Constructor and Description |
|---|
EventBus() |
EventBus(String identifier) |
EventBus(SubscriberExceptionHandler exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
post(Object event) |
void |
register(Object object) |
void |
unregister(Object object) |
public EventBus()
public EventBus(String identifier)
public EventBus(SubscriberExceptionHandler exceptionHandler)
Copyright © 2019. All rights reserved.