public class RuleFlowGroupEventImpl extends Object implements org.kie.api.event.rule.RuleFlowGroupEvent, Externalizable
Constructor and Description |
---|
RuleFlowGroupEventImpl()
Do not use this constructor.
|
RuleFlowGroupEventImpl(org.kie.api.runtime.rule.RuleFlowGroup ruleFlowGroup,
org.kie.api.runtime.KieRuntime kruntime) |
Modifier and Type | Method and Description |
---|---|
org.kie.api.runtime.KieRuntime |
getKieRuntime() |
org.kie.api.runtime.rule.RuleFlowGroup |
getRuleFlowGroup() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public RuleFlowGroupEventImpl(org.kie.api.runtime.rule.RuleFlowGroup ruleFlowGroup, org.kie.api.runtime.KieRuntime kruntime)
public RuleFlowGroupEventImpl()
public org.kie.api.runtime.rule.RuleFlowGroup getRuleFlowGroup()
getRuleFlowGroup
in interface org.kie.api.event.rule.RuleFlowGroupEvent
public org.kie.api.runtime.KieRuntime getKieRuntime()
getKieRuntime
in interface org.kie.api.event.KieRuntimeEvent
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.