public class ActivationEventImpl extends Object implements org.kie.api.event.rule.MatchEvent, Externalizable
Constructor and Description |
---|
ActivationEventImpl(org.kie.api.runtime.rule.Match activation,
org.kie.internal.runtime.KnowledgeRuntime kruntime) |
Modifier and Type | Method and Description |
---|---|
org.kie.internal.runtime.KnowledgeRuntime |
getKieRuntime() |
org.kie.api.runtime.rule.Match |
getMatch() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public ActivationEventImpl(org.kie.api.runtime.rule.Match activation, org.kie.internal.runtime.KnowledgeRuntime kruntime)
public org.kie.api.runtime.rule.Match getMatch()
getMatch
in interface org.kie.api.event.rule.MatchEvent
public org.kie.internal.runtime.KnowledgeRuntime 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–2018 JBoss by Red Hat. All rights reserved.