public interface EventBus
| 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
|
void raiseEvent(Context context, java.lang.String type, java.lang.Object... args)
context - tide contexttype - String-based event typeargs - array of event parameters