Class NodeLeftCountDownProcessEventListener

    • Constructor Detail

      • NodeLeftCountDownProcessEventListener

        public NodeLeftCountDownProcessEventListener()
      • NodeLeftCountDownProcessEventListener

        public NodeLeftCountDownProcessEventListener​(String nodeName,
                                                     int threads)
      • NodeLeftCountDownProcessEventListener

        public NodeLeftCountDownProcessEventListener​(String nodeName,
                                                     int threads,
                                                     boolean reactOnBeforeNodeLeft)
    • Method Detail

      • afterNodeLeft

        public void afterNodeLeft​(org.kie.api.event.process.ProcessNodeLeftEvent event)
        Specified by:
        afterNodeLeft in interface org.kie.api.event.process.ProcessEventListener
        Overrides:
        afterNodeLeft in class org.kie.api.event.process.DefaultProcessEventListener
      • beforeNodeLeft

        public void beforeNodeLeft​(org.kie.api.event.process.ProcessNodeLeftEvent event)
        Specified by:
        beforeNodeLeft in interface org.kie.api.event.process.ProcessEventListener
        Overrides:
        beforeNodeLeft in class org.kie.api.event.process.DefaultProcessEventListener
      • getCountAfter

        public int getCountAfter()