com.ibm.commerce.order.event

Class OrderCostCalculationECEventListenerImpl

  • All Implemented Interfaces:
    com.ibm.commerce.event.WCSEventListener, ComponentConfiguration, java.util.EventListener


    public class OrderCostCalculationECEventListenerImpl
    extends OrderHistoryECEventListenerImpl
    EC Event Listener that listens for CBE events and only process events that are either order related. On receipt of these events, this event listener will calculate the cost of the order. And it will generate another event to follow the received event to indicate the order's cost.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OrderCostCalculationECEventListenerImpl

        public OrderCostCalculationECEventListenerImpl()
        Creates an instance of the order cost calculation listener.