Package org.drools.core.event
Class RuleEventListenerSupport
java.lang.Object
org.drools.core.event.AbstractEventSupport<RuleEventListener>
org.drools.core.event.RuleEventListenerSupport
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonAfterMatchFire(Match match) voidonBeforeMatchFire(Match match) voidonDeleteMatch(Match match) voidonUpdateMatch(Match match) Methods inherited from class org.drools.core.event.AbstractEventSupport
addEventListener, clear, getEventListeners, hasListeners, notifyAllListeners, readExternal, removeEventListener, removeEventListener, writeExternal
-
Constructor Details
-
RuleEventListenerSupport
public RuleEventListenerSupport()
-
-
Method Details
-
onBeforeMatchFire
-
onAfterMatchFire
-
onDeleteMatch
-
onUpdateMatch
-