Package org.drools.core.event.rule.impl
Class AfterActivationFiredEventImpl
java.lang.Object
org.drools.core.event.rule.impl.ActivationEventImpl
org.drools.core.event.rule.impl.AfterActivationFiredEventImpl
- All Implemented Interfaces:
Externalizable,Serializable,KieRuntimeEvent,AfterMatchFiredEvent,MatchEvent
public class AfterActivationFiredEventImpl
extends ActivationEventImpl
implements AfterMatchFiredEvent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDo not use this constructor.AfterActivationFiredEventImpl(Match activation, KieRuntime kruntime, BeforeMatchFiredEvent beforeMatchFiredEvent) -
Method Summary
Methods inherited from class org.drools.core.event.rule.impl.ActivationEventImpl
getKieRuntime, getMatch, readExternal, writeExternalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntimeMethods inherited from interface org.kie.api.event.rule.MatchEvent
getMatch
-
Constructor Details
-
AfterActivationFiredEventImpl
public AfterActivationFiredEventImpl(Match activation, KieRuntime kruntime, BeforeMatchFiredEvent beforeMatchFiredEvent) -
AfterActivationFiredEventImpl
public AfterActivationFiredEventImpl()Do not use this constructor. It should be used just by deserialization.
-
-
Method Details
-
getBeforeMatchFiredEvent
-
toString
- Overrides:
toStringin classActivationEventImpl
-