org.drools.event.rule.impl
Class RuleFlowGroupDeactivatedEventImpl

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

public class RuleFlowGroupDeactivatedEventImpl
extends RuleFlowGroupEventImpl
implements org.drools.event.rule.RuleFlowGroupDeactivatedEvent

See Also:
Serialized Form

Constructor Summary
RuleFlowGroupDeactivatedEventImpl(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

RuleFlowGroupDeactivatedEventImpl

public RuleFlowGroupDeactivatedEventImpl(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.