Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic interface EventBus
<T> void subscribe(Class<T> eventClass,
Consumer<T> handler)
T - The type of event.eventClass - The class of the event to subscribe to.handler - The handler function that will process the event.<T> void trigger(T event)
event - The event instance to trigger.
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy