com.ibm.commerce.event

Interface EventFactory

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      org.eclipse.hyades.logging.events.cbe.CommonBaseEvent createEvent(java.lang.String eventIdentifier, java.lang.Object eventData)
      This method creates a CommonBaseEvent object that matches the specified event identifier and populates the event object with the information found in the event data.
    • Field Detail

      • COPYRIGHT

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

      • createEvent

        org.eclipse.hyades.logging.events.cbe.CommonBaseEvent createEvent(java.lang.String eventIdentifier,
                                                                          java.lang.Object eventData)
        This method creates a CommonBaseEvent object that matches the specified event identifier and populates the event object with the information found in the event data.
        Parameters:
        eventIdentifier - This is the identifier of the event.
        eventData - This is the data to associate with the event object.
        Returns:
        This method returns a CommonBaseEvent object that represents the event and is populated with the specified event data.