org.drools.event.rule.impl
Class RuleFlowGroupEventImpl
java.lang.Object
org.drools.event.rule.impl.RuleFlowGroupEventImpl
- All Implemented Interfaces:
- Externalizable, Serializable, org.drools.event.KnowledgeRuntimeEvent, org.drools.event.rule.RuleFlowGroupEvent
- Direct Known Subclasses:
- RuleFlowGroupActivatedEventImpl, RuleFlowGroupDeactivatedEventImpl
public class RuleFlowGroupEventImpl
- extends Object
- implements org.drools.event.rule.RuleFlowGroupEvent, Externalizable
- See Also:
- Serialized Form
Constructor Summary |
RuleFlowGroupEventImpl(org.drools.runtime.rule.RuleFlowGroup ruleFlowGroup,
org.drools.runtime.KnowledgeRuntime kruntime)
|
RuleFlowGroupEventImpl
public RuleFlowGroupEventImpl(org.drools.runtime.rule.RuleFlowGroup ruleFlowGroup,
org.drools.runtime.KnowledgeRuntime kruntime)
getRuleFlowGroup
public org.drools.runtime.rule.RuleFlowGroup getRuleFlowGroup()
- Specified by:
getRuleFlowGroup
in interface org.drools.event.rule.RuleFlowGroupEvent
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.