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, isCanceledPermission getPermission()
Copyright © 2019 Atlassian. All rights reserved.