, org.kie.api.event.rule.AgendaEventListener KieSession.addEventListener(AgendaEventListener listener).
, , - .
, , - , " ", " " set - .
- , , . ,
rule abc when A() B() C() then ... end
rule not_a when not A() then ... end
rule a_not_B when A() not B() then ... end
rule ab_not_c when A() B() not C() then ... end
, , : not_a , B C.