| Modifier and Type | Method and Description |
|---|---|
AppEventBus |
DaggerBillingComponent.getEventBus() |
| Constructor and Description |
|---|
OrderOverviewCard(Order order,
AppEventBus bus) |
| Modifier and Type | Method and Description |
|---|---|
AppEventBus |
DaggerContactComponent.getEventBus() |
| Constructor and Description |
|---|
ContactsDataSource(AppEventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
AppEventBus |
DaggerMyAccountComponent.getEventBus() |
| Modifier and Type | Method and Description |
|---|---|
AppEventBus |
DaggerProductComponent.getEventBus() |
| Modifier and Type | Method and Description |
|---|---|
static Pricing |
Pricing_Factory.newInstance(AppEventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
static Pricing_Factory |
Pricing_Factory.create(javax.inject.Provider<AppEventBus> eventBusProvider) |
| Constructor and Description |
|---|
Pricing(AppEventBus eventBus) |
| Constructor and Description |
|---|
Pricing_Factory(javax.inject.Provider<AppEventBus> eventBusProvider) |
| Modifier and Type | Method and Description |
|---|---|
AppEventBus |
DaggerPurchaseComponent.getEventBus() |
| Constructor and Description |
|---|
BillOverviewCard(Bill bill,
AppEventBus bus) |
CategoriesDataSource(AppEventBus eventBus) |
PurchaseOrderOverviewCard(PurchaseOrder order,
AppEventBus bus) |
TransactionsDataSource(AppEventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
AppEventBus |
AppEventBus_Factory.get() |
static AppEventBus |
AppEventBus.get()
The convenient static method to access application wide event bud.
|
AppEventBus |
DaggerComponent.getEventBus() |
static AppEventBus |
AppEventBus_Factory.newInstance(AccountStewardFacade accountSteward,
ProductBillingFacade productBilling,
SearchFacade searchFacade,
BillFacade billFacade,
PaymentProcessorFacade paymentProcessor,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected AppEventBus |
Presenter.bus() |
| Modifier and Type | Method and Description |
|---|---|
static PricingItemsPanel |
PricingItemsPanel_Factory.newInstance(AppEventBus eventBus,
PricingItemsPanel.Context context) |
| Modifier and Type | Method and Description |
|---|---|
static PricingItemsPanel_Factory |
PricingItemsPanel_Factory.create(javax.inject.Provider<AppEventBus> eventBusProvider,
javax.inject.Provider<PricingItemsPanel.Context> contextProvider) |
| Constructor and Description |
|---|
PricingItemsPanel(AppEventBus eventBus,
PricingItemsPanel.Context context) |
| Constructor and Description |
|---|
PricingItemsPanel_Factory(javax.inject.Provider<AppEventBus> eventBusProvider,
javax.inject.Provider<PricingItemsPanel.Context> contextProvider) |
Copyright © 2023. All rights reserved.