Package org.drools.core.event.rule.impl
Class RuleFlowGroupActivatedEventImpl
java.lang.Object
org.drools.core.event.rule.impl.RuleFlowGroupEventImpl
org.drools.core.event.rule.impl.RuleFlowGroupActivatedEventImpl
- All Implemented Interfaces:
Externalizable,Serializable,KieRuntimeEvent,RuleFlowGroupActivatedEvent,RuleFlowGroupEvent
public class RuleFlowGroupActivatedEventImpl
extends RuleFlowGroupEventImpl
implements RuleFlowGroupActivatedEvent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDo not use this constructor.RuleFlowGroupActivatedEventImpl(RuleFlowGroup ruleFlowGroup, KieRuntime kruntime) -
Method Summary
Methods inherited from class org.drools.core.event.rule.impl.RuleFlowGroupEventImpl
getKieRuntime, getRuleFlowGroup, 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.RuleFlowGroupEvent
getRuleFlowGroup
-
Constructor Details
-
RuleFlowGroupActivatedEventImpl
-
RuleFlowGroupActivatedEventImpl
public RuleFlowGroupActivatedEventImpl()Do not use this constructor. It should be used just by deserialization.
-
-
Method Details
-
toString
- Overrides:
toStringin classRuleFlowGroupEventImpl
-