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