public class RuleFlowGroupEventImpl extends Object implements org.kie.api.event.rule.RuleFlowGroupEvent, Externalizable
| Constructor and Description |
|---|
RuleFlowGroupEventImpl(org.kie.api.runtime.rule.RuleFlowGroup ruleFlowGroup,
org.kie.internal.runtime.KnowledgeRuntime kruntime) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.internal.runtime.KnowledgeRuntime |
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.internal.runtime.KnowledgeRuntime kruntime)
public org.kie.api.runtime.rule.RuleFlowGroup getRuleFlowGroup()
getRuleFlowGroup in interface org.kie.api.event.rule.RuleFlowGroupEventpublic org.kie.internal.runtime.KnowledgeRuntime getKieRuntime()
getKieRuntime in interface org.kie.api.event.KieRuntimeEventpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.