Drools :: Core 6.0.0.Beta5

org.drools.core.event.rule.impl
Class RuleFlowGroupEventImpl

java.lang.Object
  extended by org.drools.core.event.rule.impl.RuleFlowGroupEventImpl
All Implemented Interfaces:
Externalizable, Serializable, org.kie.api.event.KieRuntimeEvent, org.kie.api.event.rule.RuleFlowGroupEvent
Direct Known Subclasses:
RuleFlowGroupActivatedEventImpl, RuleFlowGroupDeactivatedEventImpl

public class RuleFlowGroupEventImpl
extends Object
implements org.kie.api.event.rule.RuleFlowGroupEvent, Externalizable

See Also:
Serialized Form

Constructor Summary
RuleFlowGroupEventImpl(org.kie.api.runtime.rule.RuleFlowGroup ruleFlowGroup, org.kie.internal.runtime.KnowledgeRuntime kruntime)
           
 
Method Summary
 org.kie.internal.runtime.KnowledgeRuntime getKieRuntime()
           
 org.kie.api.runtime.rule.RuleFlowGroup getRuleFlowGroup()
           
 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

RuleFlowGroupEventImpl

public RuleFlowGroupEventImpl(org.kie.api.runtime.rule.RuleFlowGroup ruleFlowGroup,
                              org.kie.internal.runtime.KnowledgeRuntime kruntime)
Method Detail

getRuleFlowGroup

public org.kie.api.runtime.rule.RuleFlowGroup getRuleFlowGroup()
Specified by:
getRuleFlowGroup in interface org.kie.api.event.rule.RuleFlowGroupEvent

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

Drools :: Core 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.