Interface PermissionRemovedExecutor
public interface PermissionRemovedExecutor
Represents a class which is to be notified when a
PermissionAttachment is removed from a Permissible- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidattachmentRemoved(@NotNull PermissionAttachment attachment) Called when aPermissionAttachmentis removed from aPermissible
-
Method Details
-
attachmentRemoved
Called when aPermissionAttachmentis removed from aPermissible- Parameters:
attachment- Attachment which was removed- Since:
- 1.0.0
-