Package org.kie.api.event.kiebase
Interface KieBaseEventListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DefaultKieBaseEventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethod called after a function is removed from the rule basevoidMethod called after aKieBaseis lockedvoidMethod called after aKieBaseis unlockedvoidMethod called after a new package is added to theKieBasevoidMethod called after a package is removed from theKieBasevoidMethod called after a function is removed from theKieBasevoidMethod called after a function is removed from theKieBasevoidMethod called after a new rule is added to theKieBasevoidMethod called after a rule is removed from theKieBasevoidMethod called before a function is removed from theKieBasevoidMethod called before aKieBaseis lockedvoidMethod called before aKieBaseis unlockedvoidMethod called before a new package is added to theKieBasevoidMethod called before a package is removed from theKieBasevoidMethod called before a process is removed from theKieBasevoidMethod called before a function is removed from theKieBasevoidMethod called before a new rule is added to theKieBasevoidMethod called before a rule is removed from theKieBase
-
Method Details
-
beforeKiePackageAdded
Method called before a new package is added to theKieBase- Parameters:
event-
-
afterKiePackageAdded
Method called after a new package is added to theKieBase- Parameters:
event-
-
beforeKiePackageRemoved
Method called before a package is removed from theKieBase- Parameters:
event-
-
afterKiePackageRemoved
Method called after a package is removed from theKieBase- Parameters:
event-
-
beforeKieBaseLocked
Method called before aKieBaseis locked- Parameters:
event-
-
afterKieBaseLocked
Method called after aKieBaseis locked- Parameters:
event-
-
beforeKieBaseUnlocked
Method called before aKieBaseis unlocked- Parameters:
event-
-
afterKieBaseUnlocked
Method called after aKieBaseis unlocked- Parameters:
event-
-
beforeRuleAdded
Method called before a new rule is added to theKieBase- Parameters:
event-
-
afterRuleAdded
Method called after a new rule is added to theKieBase- Parameters:
event-
-
beforeRuleRemoved
Method called before a rule is removed from theKieBase- Parameters:
event-
-
afterRuleRemoved
Method called after a rule is removed from theKieBase- Parameters:
event-
-
beforeFunctionRemoved
Method called before a function is removed from theKieBase- Parameters:
event-
-
afterFunctionRemoved
Method called after a function is removed from the rule base- Parameters:
event-
-
beforeProcessAdded
Method called before a process is removed from theKieBase- Parameters:
event-
-
afterProcessAdded
Method called after a function is removed from theKieBase- Parameters:
event-
-
beforeProcessRemoved
Method called before a function is removed from theKieBase- Parameters:
event-
-
afterProcessRemoved
Method called after a function is removed from theKieBase- Parameters:
event-
-