public class RuleEventListenerSupport extends AbstractEventSupport<org.kie.internal.event.rule.RuleEventListener>
| Constructor and Description |
|---|
RuleEventListenerSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterMatchFire(org.kie.api.runtime.rule.Match match) |
void |
onBeforeMatchFire(org.kie.api.runtime.rule.Match match) |
void |
onDeleteMatch(org.kie.api.runtime.rule.Match match) |
void |
onUpdateMatch(org.kie.api.runtime.rule.Match match) |
addEventListener, clear, getEventListeners, hasListeners, notifyAllListeners, readExternal, removeEventListener, removeEventListener, writeExternalpublic void onBeforeMatchFire(org.kie.api.runtime.rule.Match match)
public void onAfterMatchFire(org.kie.api.runtime.rule.Match match)
public void onDeleteMatch(org.kie.api.runtime.rule.Match match)
public void onUpdateMatch(org.kie.api.runtime.rule.Match match)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.