Interface OroEvent

All Known Implementing Classes:
OroEventImpl, OroEventNewInstances

public interface OroEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the context of the event (for instance, the facts that triggered the event) in a serializable form.
  • Method Details

    • getEventContext

      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:
      invalid reference
      EventType
      Returns:
      A serializable form of the event context.
      See Also:
      • invalid reference
        EventType