public class SimpleEventBus extends Object implements EventBus
| Constructor and Description |
|---|
SimpleEventBus() |
| Modifier and Type | Method and Description |
|---|---|
void |
raiseEvent(Context context,
String type,
Object... args)
Raise an event on the bus for the specified context
|
protected void |
raiseEvent(TideEvent event) |
public SimpleEventBus()
public void raiseEvent(Context context, String type, Object... args)
EventBusraiseEvent in interface EventBuscontext - tide contexttype - String-based event typeargs - array of event parametersprotected void raiseEvent(TideEvent event)