org.broadleafcommerce.core.order.domain
Class OrderPersistedEvent

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
OrderPersistedEvent(Order order)
           
 
Method Summary
 Order getOrder()
          Gets the newly-persisted Order set by the OrderPersistedEntityListener
 
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

OrderPersistedEvent

public OrderPersistedEvent(Order order)
Parameters:
order - the newly persisted customer
Method Detail

getOrder

public Order getOrder()
Gets the newly-persisted Order set by the OrderPersistedEntityListener

Returns:


Copyright © 2013. All Rights Reserved.