public interface CancelRequestListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
handleCancelRequest(LocalizableMessage cancellationReason)
Invoked when a cancellation request has been received and processing of the request should be aborted if
possible.
|
void handleCancelRequest(LocalizableMessage cancellationReason)
cancellationReason
- A message describing the reason why the request is being cancelled.Copyright © 2010–2017 ForgeRock AS. All rights reserved.