Class KogitoProcessEventListenerAdapter

java.lang.Object
org.jbpm.process.instance.event.KogitoProcessEventListenerAdapter
All Implemented Interfaces:
EventListener, org.kie.api.event.process.ProcessEventListener, KogitoProcessEventListener

public class KogitoProcessEventListenerAdapter extends Object implements KogitoProcessEventListener
  • Constructor Details

    • KogitoProcessEventListenerAdapter

      public KogitoProcessEventListenerAdapter(org.kie.api.event.process.ProcessEventListener delegate)
  • Method Details

    • beforeProcessStarted

      public void beforeProcessStarted(org.kie.api.event.process.ProcessStartedEvent processStartedEvent)
      Specified by:
      beforeProcessStarted in interface org.kie.api.event.process.ProcessEventListener
    • afterProcessStarted

      public void afterProcessStarted(org.kie.api.event.process.ProcessStartedEvent processStartedEvent)
      Specified by:
      afterProcessStarted in interface org.kie.api.event.process.ProcessEventListener
    • beforeProcessCompleted

      public void beforeProcessCompleted(org.kie.api.event.process.ProcessCompletedEvent processCompletedEvent)
      Specified by:
      beforeProcessCompleted in interface org.kie.api.event.process.ProcessEventListener
    • afterProcessCompleted

      public void afterProcessCompleted(org.kie.api.event.process.ProcessCompletedEvent processCompletedEvent)
      Specified by:
      afterProcessCompleted in interface org.kie.api.event.process.ProcessEventListener
    • beforeNodeTriggered

      public void beforeNodeTriggered(org.kie.api.event.process.ProcessNodeTriggeredEvent processNodeTriggeredEvent)
      Specified by:
      beforeNodeTriggered in interface org.kie.api.event.process.ProcessEventListener
    • afterNodeTriggered

      public void afterNodeTriggered(org.kie.api.event.process.ProcessNodeTriggeredEvent processNodeTriggeredEvent)
      Specified by:
      afterNodeTriggered in interface org.kie.api.event.process.ProcessEventListener
    • beforeNodeLeft

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

      public void afterNodeLeft(org.kie.api.event.process.ProcessNodeLeftEvent processNodeLeftEvent)
      Specified by:
      afterNodeLeft in interface org.kie.api.event.process.ProcessEventListener
    • beforeVariableChanged

      public void beforeVariableChanged(org.kie.api.event.process.ProcessVariableChangedEvent processVariableChangedEvent)
      Specified by:
      beforeVariableChanged in interface org.kie.api.event.process.ProcessEventListener
    • afterVariableChanged

      public void afterVariableChanged(org.kie.api.event.process.ProcessVariableChangedEvent processVariableChangedEvent)
      Specified by:
      afterVariableChanged in interface org.kie.api.event.process.ProcessEventListener
    • beforeSLAViolated

      public void beforeSLAViolated(org.kie.api.event.process.SLAViolatedEvent event)
      Specified by:
      beforeSLAViolated in interface org.kie.api.event.process.ProcessEventListener
    • afterSLAViolated

      public void afterSLAViolated(org.kie.api.event.process.SLAViolatedEvent event)
      Specified by:
      afterSLAViolated in interface org.kie.api.event.process.ProcessEventListener
    • onSignal

      public void onSignal(org.kie.api.event.process.SignalEvent event)
      Specified by:
      onSignal in interface org.kie.api.event.process.ProcessEventListener
    • onMessage

      public void onMessage(org.kie.api.event.process.MessageEvent event)
      Specified by:
      onMessage in interface org.kie.api.event.process.ProcessEventListener