public class NotificationRemovalListener extends Object
Constructor and Description |
---|
NotificationRemovalListener(NotificationManager notificationManager,
PermissionManager permissionManager) |
Modifier and Type | Method and Description |
---|---|
void |
onSpacePermissionRemovedEvent(SpacePermissionRemoveEvent e)
If a VIEWSPACE permission is being removed, iterate through the list of space watchers and remove any users who
should no longer be there.
|
public NotificationRemovalListener(@Qualifier(value="notificationManager") NotificationManager notificationManager, @Qualifier(value="permissionManager") PermissionManager permissionManager)
@EventListener public void onSpacePermissionRemovedEvent(SpacePermissionRemoveEvent e)
Copyright © 2003–2016 Atlassian. All rights reserved.