Package org.drools.core.event.rule.impl
Class BeforeActivationFiredEventImpl
- java.lang.Object
-
- org.drools.core.event.rule.impl.ActivationEventImpl
-
- org.drools.core.event.rule.impl.BeforeActivationFiredEventImpl
-
- All Implemented Interfaces:
java.io.Externalizable,java.io.Serializable,org.kie.api.event.KieRuntimeEvent,org.kie.api.event.rule.BeforeMatchFiredEvent,org.kie.api.event.rule.MatchEvent
public class BeforeActivationFiredEventImpl extends ActivationEventImpl implements org.kie.api.event.rule.BeforeMatchFiredEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeforeActivationFiredEventImpl()Do not use this constructor.BeforeActivationFiredEventImpl(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.KieRuntime kruntime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTimestamp()voidsetTimestamp(long timestamp)java.lang.StringtoString()-
Methods inherited from class org.drools.core.event.rule.impl.ActivationEventImpl
getKieRuntime, getMatch, readExternal, writeExternal
-
-
-
-
Constructor Detail
-
BeforeActivationFiredEventImpl
public BeforeActivationFiredEventImpl(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.KieRuntime kruntime)
-
BeforeActivationFiredEventImpl
public BeforeActivationFiredEventImpl()
Do not use this constructor. It should be used just by deserialization.
-
-
Method Detail
-
getTimestamp
public long getTimestamp()
-
setTimestamp
public void setTimestamp(long timestamp)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classActivationEventImpl
-
-