Class 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 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)