Package org.sakaiproject.profile2.model
Class FriendRequestUserNotificationHandler
- java.lang.Object
-
- org.sakaiproject.messaging.api.AbstractUserNotificationHandler
-
- org.sakaiproject.profile2.model.FriendRequestUserNotificationHandler
-
- All Implemented Interfaces:
SelfRegisteringUserNotificationHandler,UserNotificationHandler
@Component public class FriendRequestUserNotificationHandler extends AbstractUserNotificationHandler
-
-
Field Summary
-
Fields inherited from class org.sakaiproject.messaging.api.AbstractUserNotificationHandler
securityService, userMessagingService
-
-
Constructor Summary
Constructors Constructor Description FriendRequestUserNotificationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getHandledEvents()Optional<List<UserNotificationData>>handleEvent(Event e)-
Methods inherited from class org.sakaiproject.messaging.api.AbstractUserNotificationHandler
lock, registerForEvents, unlock, unregisterForEvents
-
-