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 TypeMethodDescriptionvoidInitializes the notification systemvoidsendMessage(SmtpMessage msg) Sends a message using this systemvoidshutdown()Called on shutdown of the system
-
Method Details
-
init
-
shutdown
-
sendMessage
Sends a message using this system- Parameters:
msg-- Throws:
Exception
-