Interface TestGenKieSessionListener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
TestGenCorruptedScoreReproducer
,TestGenCorruptedVariableListenerReproducer
,TestGenKieSessionEventSupport
public interface TestGenKieSessionListener extends EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterFireAllRules(org.kie.api.runtime.KieSession kieSession, TestGenKieSessionJournal journal, TestGenKieSessionFireAllRules fire)
-
-
-
Method Detail
-
afterFireAllRules
void afterFireAllRules(org.kie.api.runtime.KieSession kieSession, TestGenKieSessionJournal journal, TestGenKieSessionFireAllRules fire)
-
-