org.drools.event.rule.impl
Class ActivationEventImpl
java.lang.Object
org.drools.event.rule.impl.ActivationEventImpl
- All Implemented Interfaces:
- Externalizable, Serializable, org.drools.event.KnowledgeRuntimeEvent, org.drools.event.rule.ActivationEvent
- Direct Known Subclasses:
- ActivationCancelledEventImpl, ActivationCreatedEventImpl, AfterActivationFiredEventImpl, BeforeActivationFiredEventImpl
public class ActivationEventImpl
- extends Object
- implements org.drools.event.rule.ActivationEvent, Externalizable
- See Also:
- Serialized Form
Constructor Summary |
ActivationEventImpl(org.drools.runtime.rule.Activation activation,
org.drools.runtime.KnowledgeRuntime kruntime)
|
ActivationEventImpl
public ActivationEventImpl(org.drools.runtime.rule.Activation activation,
org.drools.runtime.KnowledgeRuntime kruntime)
getActivation
public org.drools.runtime.rule.Activation getActivation()
- Specified by:
getActivation
in interface org.drools.event.rule.ActivationEvent
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.