Uses of Interface
org.kie.api.event.kiebase.BeforeRuleAddedEvent
-
Packages that use BeforeRuleAddedEvent Package Description org.kie.api.event.kiebase Events emitted while updating the definitions in the KieBase. -
-
Uses of BeforeRuleAddedEvent in org.kie.api.event.kiebase
Methods in org.kie.api.event.kiebase with parameters of type BeforeRuleAddedEvent Modifier and Type Method Description void
DefaultKieBaseEventListener. beforeRuleAdded(BeforeRuleAddedEvent event)
void
KieBaseEventListener. beforeRuleAdded(BeforeRuleAddedEvent event)
Method called before a new rule is added to theKieBase
-