Class ActivationCreatedEventImpl

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

public class ActivationCreatedEventImpl extends ActivationEventImpl implements MatchCreatedEvent
See Also:
  • Constructor Details

    • ActivationCreatedEventImpl

      public ActivationCreatedEventImpl(Match activation, KieRuntime kruntime)
    • ActivationCreatedEventImpl

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