Package org.drools.core.event.rule.impl
Class ActivationEventImpl
- java.lang.Object
-
- org.drools.core.event.rule.impl.ActivationEventImpl
-
- All Implemented Interfaces:
java.io.Externalizable,java.io.Serializable,org.kie.api.event.KieRuntimeEvent,org.kie.api.event.rule.MatchEvent
- Direct Known Subclasses:
ActivationCancelledEventImpl,ActivationCreatedEventImpl,AfterActivationFiredEventImpl,BeforeActivationFiredEventImpl
public class ActivationEventImpl extends java.lang.Object implements org.kie.api.event.rule.MatchEvent, java.io.Externalizable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivationEventImpl()Do not use this constructor.ActivationEventImpl(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.KieRuntime kruntime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.KieRuntimegetKieRuntime()org.kie.api.runtime.rule.MatchgetMatch()voidreadExternal(java.io.ObjectInput in)java.lang.StringtoString()voidwriteExternal(java.io.ObjectOutput out)
-
-
-
Method Detail
-
getMatch
public org.kie.api.runtime.rule.Match getMatch()
- Specified by:
getMatchin interfaceorg.kie.api.event.rule.MatchEvent
-
getKieRuntime
public org.kie.api.runtime.KieRuntime getKieRuntime()
- Specified by:
getKieRuntimein interfaceorg.kie.api.event.KieRuntimeEvent
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Specified by:
writeExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Specified by:
readExternalin interfacejava.io.Externalizable- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-