public class SignalEventImpl extends ProcessEvent implements org.kie.api.event.process.SignalEvent
source| Constructor and Description |
|---|
SignalEventImpl(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.KieRuntime kruntime,
org.kie.api.runtime.process.NodeInstance nodeInstance,
String signalName,
Object signalObject) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.process.NodeInstance |
getNodeInstance() |
Object |
getSignal() |
String |
getSignalName() |
String |
toString() |
getEventDate, getKieRuntime, getProcessInstancegetSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic org.kie.api.runtime.process.NodeInstance getNodeInstance()
getNodeInstance in interface org.kie.api.event.process.ProcessNodeEventpublic String getSignalName()
getSignalName in interface org.kie.api.event.process.SignalEventpublic Object getSignal()
getSignal in interface org.kie.api.event.process.SignalEventpublic String toString()
toString in class EventObjectCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.