org.drools.event.rule.impl
Class RuleFlowGroupActivatedEventImpl

java.lang.Object
  extended by org.drools.event.rule.impl.RuleFlowGroupEventImpl
      extended by org.drools.event.rule.impl.RuleFlowGroupActivatedEventImpl
All Implemented Interfaces:
Externalizable, Serializable, org.drools.event.KnowledgeRuntimeEvent, org.drools.event.rule.RuleFlowGroupActivatedEvent, org.drools.event.rule.RuleFlowGroupEvent

public class RuleFlowGroupActivatedEventImpl
extends RuleFlowGroupEventImpl
implements org.drools.event.rule.RuleFlowGroupActivatedEvent

See Also:
Serialized Form

Constructor Summary
RuleFlowGroupActivatedEventImpl(org.drools.runtime.rule.RuleFlowGroup ruleFlowGroup, org.drools.runtime.KnowledgeRuntime kruntime)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.drools.event.rule.impl.RuleFlowGroupEventImpl
getKnowledgeRuntime, getRuleFlowGroup, readExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.drools.event.rule.RuleFlowGroupEvent
getRuleFlowGroup
 
Methods inherited from interface org.drools.event.KnowledgeRuntimeEvent
getKnowledgeRuntime
 

Constructor Detail

RuleFlowGroupActivatedEventImpl

public RuleFlowGroupActivatedEventImpl(org.drools.runtime.rule.RuleFlowGroup ruleFlowGroup,
                                       org.drools.runtime.KnowledgeRuntime kruntime)
Method Detail

toString

public String toString()
Overrides:
toString in class RuleFlowGroupEventImpl


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