Interface TimedEvent

All Known Subinterfaces:
ConditionEvaluationEvent, KnowledgeCreatedEvent, SessionCreatedEvent

public interface TimedEvent
The TimedEvent interface represents a ContextEvent that has a start and end time.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the end time of the event.
    Returns the start time of the event.
  • Method Details

    • getStartTime

      Instant getStartTime()
      Returns the start time of the event.
      Returns:
      the start time as an Instant object.
    • getEndTime

      Instant getEndTime()
      Returns the end time of the event.
      Returns:
      the end time as an Instant object.