Class OroEventImpl

java.lang.Object
laas.openrobots.ontology.modules.events.OroEventImpl
All Implemented Interfaces:
OroEvent
Direct Known Subclasses:
OroEventNewInstances

public class OroEventImpl extends Object implements OroEvent
  • Constructor Details

    • OroEventImpl

      public OroEventImpl()
  • Method Details

    • getEventContext

      public String getEventContext()
      Description copied from interface: OroEvent
      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
      Specified by:
      getEventContext in interface OroEvent
      Returns:
      A serializable form of the event context.
      See Also:
      • invalid reference
        EventType