Class AgendaGroupPushedEventImpl

java.lang.Object
org.drools.core.event.rule.impl.AgendaGroupEventImpl
org.drools.core.event.rule.impl.AgendaGroupPushedEventImpl
All Implemented Interfaces:
Externalizable, Serializable, KieRuntimeEvent, AgendaGroupEvent, AgendaGroupPushedEvent

public class AgendaGroupPushedEventImpl extends AgendaGroupEventImpl implements AgendaGroupPushedEvent
See Also:
  • Constructor Details

    • AgendaGroupPushedEventImpl

      public AgendaGroupPushedEventImpl(AgendaGroup agendaGroup, KieRuntime kruntime)
    • AgendaGroupPushedEventImpl

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