Class AgendaGroupPushedEventImpl

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

    public class AgendaGroupPushedEventImpl
    extends AgendaGroupEventImpl
    implements org.kie.api.event.rule.AgendaGroupPushedEvent
    See Also:
    Serialized Form
    • Constructor Detail

      • AgendaGroupPushedEventImpl

        public AgendaGroupPushedEventImpl​(org.kie.api.runtime.rule.AgendaGroup agendaGroup,
                                          org.kie.api.runtime.KieRuntime kruntime)
      • AgendaGroupPushedEventImpl

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