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