Package org.drools.core.event.rule.impl
Class ActivationEventImpl
java.lang.Object
org.drools.core.event.rule.impl.ActivationEventImpl
- All Implemented Interfaces:
Externalizable,Serializable,KieRuntimeEvent,MatchEvent
- Direct Known Subclasses:
ActivationCancelledEventImpl,ActivationCreatedEventImpl,AfterActivationFiredEventImpl,BeforeActivationFiredEventImpl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDo not use this constructor.ActivationEventImpl(Match activation, KieRuntime kruntime) -
Method Summary
-
Constructor Details
-
ActivationEventImpl
-
ActivationEventImpl
public ActivationEventImpl()Do not use this constructor. It should be used just by deserialization.
-
-
Method Details
-
getMatch
- Specified by:
getMatchin interfaceMatchEvent
-
getKieRuntime
- Specified by:
getKieRuntimein interfaceKieRuntimeEvent
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
toString
-