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