Class Notifier

java.lang.Object
jadex.bpmn.runtime.handler.Notifier

public class Notifier extends Object
Notifier for initiating external notifications.
  • Field Details

    • activity

      protected MActivity activity
      The activity.
    • instance

      protected jadex.core.IComponent instance
      The instance.
    • thread

      protected ProcessThread thread
      The process thread.
  • Constructor Details

    • Notifier

      public Notifier(MActivity activity, jadex.core.IComponent instance, ProcessThread thread)
      Create a notifier.
  • Method Details

    • notify

      public void notify(Object event)
      Initiate the notification.
      Parameters:
      event - The event.