Uses of Interface
org.kie.api.event.kiebase.BeforeKieBaseUnlockedEvent
-
Packages that use BeforeKieBaseUnlockedEvent Package Description org.kie.api.event.kiebase Events emitted while updating the definitions in the KieBase. -
-
Uses of BeforeKieBaseUnlockedEvent in org.kie.api.event.kiebase
Methods in org.kie.api.event.kiebase with parameters of type BeforeKieBaseUnlockedEvent Modifier and Type Method Description void
DefaultKieBaseEventListener. beforeKieBaseUnlocked(BeforeKieBaseUnlockedEvent event)
void
KieBaseEventListener. beforeKieBaseUnlocked(BeforeKieBaseUnlockedEvent event)
Method called before aKieBase
is unlocked
-