public interface PermissionRevocationRequestedEvent extends CancelableEvent
This event is cancelable
. A listener may prevent the permission
from being revoked by canceling
this event.
Throwing an exception will not prevent the permission from being revoked;
the exception will be logged and ignored.
Modifier and Type | Method and Description |
---|---|
Permission |
getPermission() |
cancel, isCanceled
Permission getPermission()
Copyright © 2022 Atlassian. All rights reserved.