Class EventMultipleStepHandler

java.lang.Object
jadex.bpmn.runtime.handler.EventMultipleStepHandler
All Implemented Interfaces:
IStepHandler

public class EventMultipleStepHandler extends Object implements IStepHandler
Step handler that can be used for event-multiple elements.
  • Constructor Details

    • EventMultipleStepHandler

      public EventMultipleStepHandler()
  • Method Details

    • step

      public void step(MActivity activity, jadex.core.IComponent instance, ProcessThread thread, Object event)
      Make a process step, i.e. find the next edge or activity for a just executed thread.
      Specified by:
      step in interface IStepHandler
      Parameters:
      activity - The activity to execute.
      instance - The process instance.
      thread - The process thread.