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