Package jadex.rules.rulesystem
Interface IRulebaseListener
-
- All Known Implementing Classes:
RetePatternMatcherFunctionality
public interface IRulebaseListener
Rulebase listener callback interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ruleAdded(IRule rule)
Notification when a rule has been added.void
ruleRemoved(IRule rule)
Notification when a rule has been removed.
-