org.broadleafcommerce.core.order.domain
Class OrderPersistedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.broadleafcommerce.core.order.domain.OrderPersistedEvent
- All Implemented Interfaces:
- Serializable
public class OrderPersistedEvent
- extends org.springframework.context.ApplicationEvent
An event for whenever an OrderImpl has been persisted
- Author:
- Phillip Verheyden (phillipuniverse)
- See Also:
OrderPersistedEntityListener},
Serialized Form
| Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
OrderPersistedEvent
public OrderPersistedEvent(Order order)
- Parameters:
order - the newly persisted customer
getOrder
public Order getOrder()
- Gets the newly-persisted
Order set by the OrderPersistedEntityListener
- Returns:
Copyright © 2013. All Rights Reserved.