public class ProcessEvent extends EventObject
source| Constructor and Description |
|---|
ProcessEvent(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.KieRuntime kruntime) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEventDate() |
org.kie.api.runtime.KieRuntime |
getKieRuntime() |
org.kie.api.runtime.process.ProcessInstance |
getProcessInstance() |
getSource, toStringpublic ProcessEvent(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.KieRuntime kruntime)
public org.kie.api.runtime.process.ProcessInstance getProcessInstance()
public org.kie.api.runtime.KieRuntime getKieRuntime()
public Date getEventDate()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.