Class Notifier


  • public class Notifier
    extends java.lang.Object
    Notifier for initiating external notifications.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notify​(java.lang.Object event)
      Initiate the notification.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • activity

        protected jadex.bpmn.model.MActivity activity
        The activity.
    • Constructor Detail

    • Method Detail

      • notify

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