public interface NotificationHandler
| Modifier and Type | Method and Description |
|---|---|
AdminNotificationsHandler |
admin()
It returns a handler to allow to notify administrators.
|
org.cyclos.impl.utils.notifications.UserNotificationsHandlerAccessor |
user(User user)
It returns an accessor used to get a handler to allow notify the specified user.
|
AdminNotificationsHandler admin()
org.cyclos.impl.utils.notifications.UserNotificationsHandlerAccessor user(User user)