Class AbstractNotification

    • Constructor Detail

      • AbstractNotification

        public AbstractNotification()
    • Method Detail

      • getQuickInfo

        public String getQuickInfo()
        Returns a quick info about the object, which can be displayed in the GUI.
        Default implementation returns null.
        Specified by:
        getQuickInfo in interface QuickInfoSupporter
        Returns:
        null if no info available, otherwise short string
      • notify

        public abstract String notify​(Flow flow)
        Sends a notification.
        Parameters:
        flow - the flow that triggered the notification
        Returns:
        null if successfully notified, otherwise the error message