public class AgendaGroupEventImpl extends Object implements org.kie.api.event.rule.AgendaGroupEvent, Externalizable
| Constructor and Description |
|---|
AgendaGroupEventImpl(org.kie.api.runtime.rule.AgendaGroup agendaGroup,
org.kie.api.runtime.KieRuntime kruntime) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.rule.AgendaGroup |
getAgendaGroup() |
org.kie.api.runtime.KieRuntime |
getKieRuntime() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public AgendaGroupEventImpl(org.kie.api.runtime.rule.AgendaGroup agendaGroup,
org.kie.api.runtime.KieRuntime kruntime)
public org.kie.api.runtime.rule.AgendaGroup getAgendaGroup()
getAgendaGroup in interface org.kie.api.event.rule.AgendaGroupEventpublic org.kie.api.runtime.KieRuntime getKieRuntime()
getKieRuntime in interface org.kie.api.event.KieRuntimeEventpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.