Class MailNotifier
- java.lang.Object
-
- org.apache.openmeetings.service.notifier.MailNotifier
-
- All Implemented Interfaces:
org.apache.openmeetings.core.notifier.INotifier
@Component public class MailNotifier extends Object implements org.apache.openmeetings.core.notifier.INotifier
-
-
Constructor Summary
Constructors Constructor Description MailNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(User u, Appointment a, Invitation inv)
-
-
-
Method Detail
-
notify
public void notify(User u, Appointment a, Invitation inv) throws Exception
- Specified by:
notifyin interfaceorg.apache.openmeetings.core.notifier.INotifier- Throws:
Exception
-
-