org.drools.event.rule.impl
Class AgendaGroupEventImpl

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.drools.runtime.rule.AgendaGroup getAgendaGroup()
           
 org.drools.runtime.KnowledgeRuntime getKnowledgeRuntime()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgendaGroupEventImpl

public AgendaGroupEventImpl(org.drools.runtime.rule.AgendaGroup agendaGroup,
                            org.drools.runtime.KnowledgeRuntime kruntime)
Method Detail

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-2013 JBoss Inc.. All Rights Reserved.