public class OrderSubmitEventContainer
extends com.ibm.commerce.event.WCSEvent
OrderSubmitEventContainer is a container used to initialize the event| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright field.
|
| Constructor and Description |
|---|
OrderSubmitEventContainer(java.lang.Object commonBaseEvent)
This method creates an instance of the
EC Container to pass to the event listeners. |
public static final java.lang.String COPYRIGHT
public OrderSubmitEventContainer(java.lang.Object commonBaseEvent)
throws ECException
EC Container to pass to the event listeners.
This event will be a synchronous event and there will be a check to
ensure the event object is a Common Base Event.commonBaseEvent - The common base event to process.ECException - An exception when processing the event.