Package adams.flow.sink.sendnotification
-
Class Summary Class Description AbstractNotification Ancestor for notification schemes.Console Outputs the message in the console (with optional prefix).Email Uses the incoming message as body in the email being sent.LogFile Outputs the message to a log file.MessageBox Simply pops up a message box with the notification.MultiNotification Executes the notifications sequentially.Null For suppressing notifications.