Package org.kie.api.event
Interface KieRuntimeEvent
- 
- All Known Subinterfaces:
 AfterMatchFiredEvent,AgendaGroupEvent,AgendaGroupPoppedEvent,AgendaGroupPushedEvent,BeforeMatchFiredEvent,MatchCancelledEvent,MatchCreatedEvent,MatchEvent,MessageEvent,ObjectDeletedEvent,ObjectInsertedEvent,ObjectUpdatedEvent,ProcessCompletedEvent,ProcessEvent,ProcessNodeEvent,ProcessNodeLeftEvent,ProcessNodeTriggeredEvent,ProcessStartedEvent,ProcessVariableChangedEvent,RuleFlowGroupActivatedEvent,RuleFlowGroupDeactivatedEvent,RuleFlowGroupEvent,RuleRuntimeEvent,SignalEvent,SLAViolatedEvent
public interface KieRuntimeEventAn event that is generated by the KIE runtime. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KieRuntimegetKieRuntime()KieRuntimethat generated the event. 
 - 
 
- 
- 
Method Detail
- 
getKieRuntime
KieRuntime getKieRuntime()
KieRuntimethat generated the event.- Returns:
 - the KIE runtime
 
 
 - 
 
 -