|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The RuleRegistryListener interface has to be implemented
by classes that are registered as listeners to the RuleRegistry
and will then be informed of changes concerning rules.
| Method Summary | |
void |
ruleAdded(Rule rule)
Called whenever a rule is added to a rule registry |
void |
ruleChanged(Rule oldrule,
Rule rule)
Called whenever a rule has changed |
void |
ruleRemoved(Rule rule)
Called whenever a rule is removed from a rule registry |
| Method Detail |
public void ruleAdded(Rule rule)
rule - The rule that has been addedpublic void ruleRemoved(Rule rule)
rule - The rule that has been removed
public void ruleChanged(Rule oldrule,
Rule rule)
oldrule - The old state of the rulerule - The rule that has been changed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||