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