Package org.optaplanner.constraint.drl
Class OptaPlannerRuleEventListener
- java.lang.Object
 - 
- org.optaplanner.constraint.drl.OptaPlannerRuleEventListener
 
 
- 
- All Implemented Interfaces:
 EventListener,org.kie.internal.event.rule.RuleEventListener
public final class OptaPlannerRuleEventListener extends Object implements org.kie.internal.event.rule.RuleEventListener
 
- 
- 
Constructor Summary
Constructors Constructor Description OptaPlannerRuleEventListener() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonDeleteMatch(org.kie.api.runtime.rule.Match match)voidonUpdateMatch(org.kie.api.runtime.rule.Match match)voidundoPreviousMatch(org.kie.api.runtime.rule.Match match) 
 - 
 
- 
- 
Method Detail
- 
onUpdateMatch
public void onUpdateMatch(org.kie.api.runtime.rule.Match match)
- Specified by:
 onUpdateMatchin interfaceorg.kie.internal.event.rule.RuleEventListener
 
- 
onDeleteMatch
public void onDeleteMatch(org.kie.api.runtime.rule.Match match)
- Specified by:
 onDeleteMatchin interfaceorg.kie.internal.event.rule.RuleEventListener
 
- 
undoPreviousMatch
public void undoPreviousMatch(org.kie.api.runtime.rule.Match match)
 
 - 
 
 -