Package org.drools.core.event.rule.impl
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 Summary
ConstructorsConstructorDescriptionDo not use this constructor.AgendaGroupPoppedEventImpl(AgendaGroup agendaGroup, KieRuntime kruntime) -
Method Summary
Methods inherited from class org.drools.core.event.rule.impl.AgendaGroupEventImpl
getAgendaGroup, getKieRuntime, readExternal, writeExternalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.event.rule.AgendaGroupEvent
getAgendaGroupMethods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntime
-
Constructor Details
-
AgendaGroupPoppedEventImpl
-
AgendaGroupPoppedEventImpl
public AgendaGroupPoppedEventImpl()Do not use this constructor. It should be used just by deserialization.
-
-
Method Details
-
toString
- Overrides:
toStringin classAgendaGroupEventImpl
-