| Interface | Description |
|---|---|
| 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 |
|---|---|
| BroadleafApplicationEvent |
Base abstract ApplicationEvent that provides a marker for Broadleaf events and provides a default
context map.
|
| BroadleafApplicationEventMulticaster |
This class is a simple extension to Spring's SimpleApplicationEventMulticaster.
|
| 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.
|
Copyright © 2017. All rights reserved.