| Package | Description |
|---|---|
| org.granite.client.tide | |
| org.granite.client.tide.impl |
| Modifier and Type | Method and Description |
|---|---|
EventBus |
Context.getEventBus()
Event bus for this context
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.initContext(Application application,
EventBus eventBus,
InstanceStore instanceStore)
Initialize the context
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleEventBus |
| Modifier and Type | Field and Description |
|---|---|
protected EventBus |
SimpleContextManager.eventBus |
| Constructor and Description |
|---|
SimpleContextManager(Application application,
EventBus eventBus)
Create a simple context manager using the specified application and event bus
|