public class BeforeActivationFiredEventImpl extends ActivationEventImpl implements org.kie.api.event.rule.BeforeMatchFiredEvent
Constructor and Description |
---|
BeforeActivationFiredEventImpl()
Do not use this constructor.
|
BeforeActivationFiredEventImpl(org.kie.api.runtime.rule.Match activation,
org.kie.api.runtime.KieRuntime kruntime) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp() |
void |
setTimestamp(long timestamp) |
String |
toString() |
getKieRuntime, getMatch, readExternal, writeExternal
public BeforeActivationFiredEventImpl(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.KieRuntime kruntime)
public BeforeActivationFiredEventImpl()
public long getTimestamp()
public void setTimestamp(long timestamp)
public String toString()
toString
in class ActivationEventImpl
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.