org.broadleafcommerce.profile.core.domain
Class CustomerPersistedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CustomerPersistedEvent(Customer customer)
           
 
Method Summary
 Customer getCustomer()
          Gets the newly-persisted Customer set by the CustomerPersistedEntityListener
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomerPersistedEvent

public CustomerPersistedEvent(Customer customer)
Parameters:
customer - the newly persisted customer
Method Detail

getCustomer

public Customer getCustomer()
Gets the newly-persisted Customer set by the CustomerPersistedEntityListener

Returns:


Copyright © 2013. All Rights Reserved.