public class BusinessFlowEvent
extends com.ibm.commerce.event.WCSEvent
| Constructor and Description |
|---|
BusinessFlowEvent(java.lang.Object userData)
Construct an BusinessFlowEvent object.
|
BusinessFlowEvent(java.lang.Object userData,
boolean synchronous)
Construct a BusinessFlowEvent object.
|
public BusinessFlowEvent(java.lang.Object userData)
throws com.ibm.commerce.exception.ECException
userData - The business flow event data object.com.ibm.commerce.exception.ECExceptionpublic BusinessFlowEvent(java.lang.Object userData,
boolean synchronous)
throws com.ibm.commerce.exception.ECException
userData - The business flow event data object.synchronous - The boolean flag controls whether the event processing is synchronous or asynchronous.com.ibm.commerce.exception.ECException