Class ProcessNodeLeftEventImpl

  • All Implemented Interfaces:
    Serializable, org.kie.api.event.KieRuntimeEvent, org.kie.api.event.process.ProcessEvent, org.kie.api.event.process.ProcessNodeEvent, org.kie.api.event.process.ProcessNodeLeftEvent

    public class ProcessNodeLeftEventImpl
    extends ProcessEvent
    implements org.kie.api.event.process.ProcessNodeLeftEvent
    See Also:
    Serialized Form
    • Constructor Detail

      • ProcessNodeLeftEventImpl

        public ProcessNodeLeftEventImpl​(org.kie.api.runtime.process.NodeInstance nodeInstance,
                                        org.kie.api.runtime.KieRuntime kruntime)
    • Method Detail

      • getNodeInstance

        public org.kie.api.runtime.process.NodeInstance getNodeInstance()
        Specified by:
        getNodeInstance in interface org.kie.api.event.process.ProcessNodeEvent