Interface OroEvent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEventContext()
      Returns the context of the event (for instance, the facts that triggered the event) in a serializable form.
    • Method Detail

      • getEventContext

        java.lang.String getEventContext()
        Returns the context of the event (for instance, the facts that triggered the event) in a serializable form. The actual content depends on the event type, as described here: EventType
        Returns:
        A serializable form of the event context.
        See Also:
        EventType