public class ActivationEventImpl extends Object implements org.kie.api.event.rule.MatchEvent, Externalizable
| Constructor and Description |
|---|
ActivationEventImpl()
Do not use this constructor.
|
ActivationEventImpl(org.kie.api.runtime.rule.Match activation,
org.kie.api.runtime.KieRuntime kruntime) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.KieRuntime |
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.api.runtime.KieRuntime kruntime)
public ActivationEventImpl()
public org.kie.api.runtime.rule.Match getMatch()
getMatch in interface org.kie.api.event.rule.MatchEventpublic org.kie.api.runtime.KieRuntime 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–2021 JBoss by Red Hat. All rights reserved.