public interface RuleEventListener extends EventListener
Modifier and Type | Method and Description |
---|---|
default void |
onAfterMatchFire(org.kie.api.runtime.rule.Match match) |
default void |
onBeforeMatchFire(org.kie.api.runtime.rule.Match match) |
default void |
onDeleteMatch(org.kie.api.runtime.rule.Match match) |
default void |
onUpdateMatch(org.kie.api.runtime.rule.Match match) |
default void onBeforeMatchFire(org.kie.api.runtime.rule.Match match)
default void onAfterMatchFire(org.kie.api.runtime.rule.Match match)
default void onDeleteMatch(org.kie.api.runtime.rule.Match match)
default void onUpdateMatch(org.kie.api.runtime.rule.Match match)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.