- All Superinterfaces:
ContextEvent,Events.Event
Represents an event that occurs immediately after
RuleSession.fire() is called.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionRuleSession<?>Returns theRuleSessionassociated with this event.
-
Method Details
-
getSession
RuleSession<?> getSession()Returns theRuleSessionassociated with this event.- Returns:
- the session instance.
-