Class TestGenKieSessionEventSupport
- java.lang.Object
-
- org.optaplanner.core.impl.solver.event.AbstractEventSupport<TestGenKieSessionListener>
-
- org.optaplanner.constraint.drl.testgen.TestGenKieSessionEventSupport
-
- All Implemented Interfaces:
EventListener
,TestGenKieSessionListener
public class TestGenKieSessionEventSupport extends AbstractEventSupport<TestGenKieSessionListener> implements TestGenKieSessionListener
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.solver.event.AbstractEventSupport
eventListenerSet
-
-
Constructor Summary
Constructors Constructor Description TestGenKieSessionEventSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterFireAllRules(org.kie.api.runtime.KieSession kieSession, TestGenKieSessionJournal journal, TestGenKieSessionFireAllRules fire)
-
Methods inherited from class org.optaplanner.core.impl.solver.event.AbstractEventSupport
addEventListener, removeEventListener
-
-
-
-
Method Detail
-
afterFireAllRules
public void afterFireAllRules(org.kie.api.runtime.KieSession kieSession, TestGenKieSessionJournal journal, TestGenKieSessionFireAllRules fire)
- Specified by:
afterFireAllRules
in interfaceTestGenKieSessionListener
-
-