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