org.drools.core.event.rule.impl
Class AgendaGroupEventImpl
java.lang.Object
org.drools.core.event.rule.impl.AgendaGroupEventImpl
- All Implemented Interfaces:
- Externalizable, Serializable, org.kie.api.event.KieRuntimeEvent, org.kie.api.event.rule.AgendaGroupEvent
- Direct Known Subclasses:
- AgendaGroupPoppedEventImpl, AgendaGroupPushedEventImpl
public class AgendaGroupEventImpl
- extends Object
- implements org.kie.api.event.rule.AgendaGroupEvent, Externalizable
- See Also:
- Serialized Form
|
Constructor Summary |
AgendaGroupEventImpl(org.kie.api.runtime.rule.AgendaGroup agendaGroup,
org.kie.internal.runtime.KnowledgeRuntime kruntime)
|
AgendaGroupEventImpl
public AgendaGroupEventImpl(org.kie.api.runtime.rule.AgendaGroup agendaGroup,
org.kie.internal.runtime.KnowledgeRuntime kruntime)
getAgendaGroup
public org.kie.api.runtime.rule.AgendaGroup getAgendaGroup()
- Specified by:
getAgendaGroup in interface org.kie.api.event.rule.AgendaGroupEvent
getKieRuntime
public org.kie.internal.runtime.KnowledgeRuntime getKieRuntime()
- Specified by:
getKieRuntime in interface org.kie.api.event.KieRuntimeEvent
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.