Package org.kie.api.event.rule
Interface RuleFlowGroupEvent
- 
- All Superinterfaces:
- KieRuntimeEvent
 - All Known Subinterfaces:
- RuleFlowGroupActivatedEvent,- RuleFlowGroupDeactivatedEvent
 
 public interface RuleFlowGroupEvent extends KieRuntimeEvent 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleFlowGroupgetRuleFlowGroup()The RuleFlowGroup for this event- 
Methods inherited from interface org.kie.api.event.KieRuntimeEventgetKieRuntime
 
- 
 
- 
- 
- 
Method Detail- 
getRuleFlowGroupRuleFlowGroup getRuleFlowGroup() The RuleFlowGroup for this event- Returns:
- the RuleFlowGroup for this event
 
 
- 
 
-