Package org.drools.core.event
Class ProcessEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.drools.core.event.ProcessEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MessageEventImpl,ProcessCompletedEventImpl,ProcessNodeLeftEventImpl,ProcessNodeTriggeredEventImpl,ProcessStartedEventImpl,ProcessVariableChangedEventImpl,SignalEventImpl,SLAViolatedEventImpl
public class ProcessEvent extends EventObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ProcessEvent(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetEventDate()org.kie.api.runtime.KieRuntimegetKieRuntime()org.kie.api.runtime.process.ProcessInstancegetProcessInstance()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Method Detail
-
getProcessInstance
public org.kie.api.runtime.process.ProcessInstance getProcessInstance()
-
getKieRuntime
public org.kie.api.runtime.KieRuntime getKieRuntime()
-
getEventDate
public Date getEventDate()
-
-