@Singleton
public class AppEventBus
extends com.google.web.bindery.event.shared.SimpleEventBus
| Constructor and Description |
|---|
AppEventBus(AccountStewardFacade accountSteward,
ProductBillingFacade productBilling,
SearchFacade searchFacade,
BillFacade billFacade,
PaymentProcessorFacade paymentProcessor,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
AccountStewardFacade |
account()
Account steward service facade.
|
BillFacade |
bill()
Bill service facade.
|
ProductBillingFacade |
billing()
Product billing service facade.
|
Configuration |
config()
Application wide configuration.
|
static AppEventBus |
get()
The convenient static method to access application wide event bud.
|
PaymentProcessorFacade |
paymentProcessor()
Payment processor service facade.
|
SearchFacade |
search()
Search service facade.
|
addHandler, addHandlerToSource, doRemove, fireEvent, fireEventFromSource, getHandler, getHandlerCount, isEventHandled@Inject public AppEventBus(AccountStewardFacade accountSteward, ProductBillingFacade productBilling, SearchFacade searchFacade, BillFacade billFacade, PaymentProcessorFacade paymentProcessor, Configuration configuration)
public static AppEventBus get()
public AccountStewardFacade account()
public ProductBillingFacade billing()
public SearchFacade search()
public BillFacade bill()
public PaymentProcessorFacade paymentProcessor()
public Configuration config()
Copyright © 2023. All rights reserved.