KIE API 6.1.0.Beta2

org.kie.api.event
Interface KieRuntimeEvent

All Known Subinterfaces:
AfterMatchFiredEvent, AgendaGroupEvent, AgendaGroupPoppedEvent, AgendaGroupPushedEvent, BeforeMatchFiredEvent, MatchCancelledEvent, MatchCreatedEvent, MatchEvent, ObjectDeletedEvent, ObjectInsertedEvent, ObjectUpdatedEvent, ProcessCompletedEvent, ProcessEvent, ProcessNodeEvent, ProcessNodeLeftEvent, ProcessNodeTriggeredEvent, ProcessStartedEvent, ProcessVariableChangedEvent, RuleFlowGroupActivatedEvent, RuleFlowGroupDeactivatedEvent, RuleFlowGroupEvent, RuleRuntimeEvent

public interface KieRuntimeEvent

An event that is generated by the knowledge runtime.


Method Summary
 KieRuntime getKieRuntime()
          The knowledge runtime that generated the event.
 

Method Detail

getKieRuntime

KieRuntime getKieRuntime()
The knowledge runtime that generated the event.

Returns:
the knowledge runtime

KIE API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.