接口 PermissionRemovedExecutor
public interface PermissionRemovedExecutor
Represents a class which is to be notified when a
PermissionAttachment is removed from a Permissible-
方法概要
修饰符和类型方法说明voidattachmentRemoved(@NotNull PermissionAttachment attachment) Called when aPermissionAttachmentis removed from aPermissible
-
方法详细资料
-
attachmentRemoved
Called when aPermissionAttachmentis removed from aPermissible- 参数:
attachment- Attachment which was removed
-