com.ibm.commerce.payment.actions.commands

Class PaymentEventContainer

  • java.lang.Object
    • java.util.EventObject
      • com.ibm.commerce.event.WCSEvent
        • com.ibm.commerce.payment.actions.commands.PaymentEventContainer
  • All Implemented Interfaces:
    java.io.Serializable


    public class PaymentEventContainer
    extends com.ibm.commerce.event.WCSEvent
    The Payment Event container object that holds the payment related event that needs to be processed.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PaymentEventContainer(java.lang.Object commonBaseEvent)
      This method creates an instance of the EC Container to pass to the event listeners.
    • Method Summary

      • Methods inherited from class com.ibm.commerce.event.WCSEvent

        getContextSerializationMap, getEventData, isSynchronous, setSynchronous
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • PaymentEventContainer

        public PaymentEventContainer(java.lang.Object commonBaseEvent)
                              throws ECException
        This method creates an instance of the EC Container to pass to the event listeners.
        Parameters:
        commonBaseEvent - The common base event to process.
        Throws:
        ECException - An exception when processing the event.