Interface SessionCreatedEvent

All Superinterfaces:
ContextEvent, Events.Event, TimedEvent

public interface SessionCreatedEvent extends TimedEvent, ContextEvent
Represents an event that occurs when a new RuleSession is created
See Also:
  • Method Details

    • getSession

      RuleSession<?> getSession()
      Returns the created session
      Returns:
      the created session