public interface EventBus
| Modifier and Type | Method and Description |
|---|---|
void |
raiseEvent(Context context,
String type,
Object... args)
Raise an event on the bus for the specified context
|
void raiseEvent(Context context, String type, Object... args)
context - tide contexttype - String-based event typeargs - array of event parameters