Package org.jbpm.test.listener
Class IterableProcessEventListener.CachedProcessNodeLeftEvent
- java.lang.Object
-
- org.jbpm.test.listener.IterableProcessEventListener.CachedProcessNodeLeftEvent
-
- All Implemented Interfaces:
org.kie.api.event.KieRuntimeEvent
,org.kie.api.event.process.ProcessEvent
,org.kie.api.event.process.ProcessNodeEvent
,org.kie.api.event.process.ProcessNodeLeftEvent
- Enclosing class:
- IterableProcessEventListener
public static class IterableProcessEventListener.CachedProcessNodeLeftEvent extends Object implements org.kie.api.event.process.ProcessNodeLeftEvent
-
-
Constructor Summary
Constructors Constructor Description CachedProcessNodeLeftEvent(org.kie.api.event.process.ProcessNodeLeftEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.process.NodeInstance
getNodeInstance()
String
getNodeName()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-