Interface SessionFireEvent

All Superinterfaces:
ContextEvent, Events.Event

public interface SessionFireEvent extends ContextEvent
Represents an event that occurs immediately after RuleSession.fire() is called.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the RuleSession associated with this event.
  • Method Details

    • getSession

      RuleSession<?> getSession()
      Returns the RuleSession associated with this event.
      Returns:
      the session instance.