| Package | Description |
|---|---|
| org.granite.client.tide | |
| org.granite.client.tide.cdi | |
| org.granite.client.tide.impl | |
| org.granite.client.tide.spring |
| 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 |
CDIEventBus |
| Constructor and Description |
|---|
CDIContextManager(Application application,
EventBus eventBus) |
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpringEventBus |
| Constructor and Description |
|---|
SpringContextManager(Application application,
EventBus eventBus) |