org.drools.event.rule.impl
Class AgendaGroupEventImpl
java.lang.Object
org.drools.event.rule.impl.AgendaGroupEventImpl
- All Implemented Interfaces:
- Externalizable, Serializable, org.drools.event.KnowledgeRuntimeEvent, org.drools.event.rule.AgendaGroupEvent
- Direct Known Subclasses:
- AgendaGroupPoppedEventImpl, AgendaGroupPushedEventImpl
public class AgendaGroupEventImpl
- extends Object
- implements org.drools.event.rule.AgendaGroupEvent, Externalizable
- See Also:
- Serialized Form
Constructor Summary |
AgendaGroupEventImpl(org.drools.runtime.rule.AgendaGroup agendaGroup,
org.drools.runtime.KnowledgeRuntime kruntime)
|
AgendaGroupEventImpl
public AgendaGroupEventImpl(org.drools.runtime.rule.AgendaGroup agendaGroup,
org.drools.runtime.KnowledgeRuntime kruntime)
getAgendaGroup
public org.drools.runtime.rule.AgendaGroup getAgendaGroup()
- Specified by:
getAgendaGroup
in interface org.drools.event.rule.AgendaGroupEvent
getKnowledgeRuntime
public org.drools.runtime.KnowledgeRuntime getKnowledgeRuntime()
- Specified by:
getKnowledgeRuntime
in interface org.drools.event.KnowledgeRuntimeEvent
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-2012 JBoss by Red Hat. All Rights Reserved.