Package org.drools.core.event.rule.impl
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 Summary
ConstructorsConstructorDescriptionDo not use this constructor.AgendaGroupPushedEventImpl(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
-
AgendaGroupPushedEventImpl
-
AgendaGroupPushedEventImpl
public AgendaGroupPushedEventImpl()Do not use this constructor. It should be used just by deserialization.
-
-
Method Details
-
toString
- Overrides:
toStringin classAgendaGroupEventImpl
-