| Interface | Description |
|---|---|
| BroadleafApplicationEventPublisher | |
| BroadleafApplicationListener<E extends org.springframework.context.ApplicationEvent> |
Works in conjection with
org.broadleafcommerce.common.event.BroadleafApplicationEventMulticaster except
the event listener can indicate if the event should be run in a background thread. |
| Class | Description |
|---|---|
| AbstractBroadleafApplicationEventListener<T extends BroadleafApplicationEvent> |
This abstract class contains the plumbing that sets up the context for handling a
BroadleafApplicationEvent. |
| BroadleafApplicationEvent |
Base abstract ApplicationEvent that provides a marker for Broadleaf events and provides a default
context map.
|
| BroadleafApplicationEvent.ContextVars | |
| BroadleafApplicationEventMulticaster |
This class is a simple extension to Spring's SimpleApplicationEventMulticaster.
|
| BroadleafApplicationEventPublisherImpl | |
| ItemsCancelledEvent | |
| ItemsFulfilledEvent |
Event that may be raised to indicate that items have been fulfilled.
|
| ItemsReturnedEvent | |
| OrderSubmittedEvent |
Concrete event that is raised when an order is submitted.
|
| ReindexEvent |
Copyright © 2017. All rights reserved.