Package org.drools.core.event.rule.impl
Class ActivationEventImpl
- java.lang.Object
-
- org.drools.core.event.rule.impl.ActivationEventImpl
-
- All Implemented Interfaces:
Externalizable,Serializable,org.kie.api.event.KieRuntimeEvent,org.kie.api.event.rule.MatchEvent
- Direct Known Subclasses:
ActivationCancelledEventImpl,ActivationCreatedEventImpl,AfterActivationFiredEventImpl,BeforeActivationFiredEventImpl
public class ActivationEventImpl extends Object implements org.kie.api.event.rule.MatchEvent, 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(ObjectInput in)StringtoString()voidwriteExternal(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(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-