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