Class AgendaGroupPoppedEventImpl

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

public class AgendaGroupPoppedEventImpl extends AgendaGroupEventImpl implements AgendaGroupPoppedEvent
See Also:
  • Constructor Details

    • AgendaGroupPoppedEventImpl

      public AgendaGroupPoppedEventImpl(AgendaGroup agendaGroup, KieRuntime kruntime)
    • AgendaGroupPoppedEventImpl

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