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