Class BeforeActivationFiredEventImpl

java.lang.Object
org.drools.core.event.rule.impl.ActivationEventImpl
org.drools.core.event.rule.impl.BeforeActivationFiredEventImpl
All Implemented Interfaces:
Externalizable, Serializable, KieRuntimeEvent, BeforeMatchFiredEvent, MatchEvent

public class BeforeActivationFiredEventImpl extends ActivationEventImpl implements BeforeMatchFiredEvent
See Also:
  • Constructor Details

    • BeforeActivationFiredEventImpl

      public BeforeActivationFiredEventImpl(Match activation, KieRuntime kruntime)
    • BeforeActivationFiredEventImpl

      public BeforeActivationFiredEventImpl()
      Do not use this constructor. It should be used just by deserialization.
  • Method Details

    • getTimestamp

      public long getTimestamp()
    • setTimestamp

      public void setTimestamp(long timestamp)
    • toString

      public String toString()
      Overrides:
      toString in class ActivationEventImpl