Interface NotificationSystem
- All Known Implementing Classes:
NoNotifications
,StmpNotifications
public interface NotificationSystem
Implementations of this class will notify users of actions inside of openunison
- Author:
- marcboorshtein
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Initializes the notification systemvoid
sendMessage
(SmtpMessage msg) Sends a message using this systemvoid
shutdown()
Called on shutdown of the system
-
Method Details
-
init
-
shutdown
-
sendMessage
Sends a message using this system- Parameters:
msg
-- Throws:
Exception
-