Class MultiNotification

    • Field Detail

    • Constructor Detail

      • MultiNotification

        public MultiNotification()
    • Method Detail

      • setNotifications

        public void setNotifications​(AbstractNotification[] value)
        Sets the notifications to use.
        Parameters:
        value - the notifications
      • getNotifications

        public AbstractNotification[] getNotifications()
        Returns the notifications in use.
        Returns:
        the notifications
      • notificationsTipText

        public String notificationsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • check

        protected String check​(String msg)
        Hook method before attempting to send the message.
        Overrides:
        check in class AbstractNotification
        Parameters:
        msg - the message to send
        Returns:
        null if successful, otherwise error message
      • doSendNotification

        protected String doSendNotification​(String msg)
        Sends the notification.
        Specified by:
        doSendNotification in class AbstractNotification
        Parameters:
        msg - the message to send
        Returns:
        null if successfully sent, otherwise error message