Class ActivationCreatedEventImpl

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, org.kie.api.event.KieRuntimeEvent, org.kie.api.event.rule.MatchCreatedEvent, org.kie.api.event.rule.MatchEvent

    public class ActivationCreatedEventImpl
    extends ActivationEventImpl
    implements org.kie.api.event.rule.MatchCreatedEvent
    See Also:
    Serialized Form
    • Constructor Detail

      • ActivationCreatedEventImpl

        public ActivationCreatedEventImpl​(org.kie.api.runtime.rule.Match activation,
                                          org.kie.api.runtime.KieRuntime kruntime)
      • ActivationCreatedEventImpl

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