Package org.sakaiproject.profile2.model
Class FriendIgnoreUserNotificationHandler
- java.lang.Object
-
- org.sakaiproject.messaging.api.AbstractUserNotificationHandler
-
- org.sakaiproject.profile2.model.FriendIgnoreUserNotificationHandler
-
- All Implemented Interfaces:
SelfRegisteringUserNotificationHandler,UserNotificationHandler
@Component public class FriendIgnoreUserNotificationHandler extends AbstractUserNotificationHandler
-
-
Field Summary
-
Fields inherited from class org.sakaiproject.messaging.api.AbstractUserNotificationHandler
securityService, userMessagingService
-
-
Constructor Summary
Constructors Constructor Description FriendIgnoreUserNotificationHandler()
-
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
-
-