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