C
- the context typepublic static interface SecurityStoreFeature.UpdateStoreContextCallback<C> extends ContextCallback<C>
updateStore
.
Attaches an arbitrary context object to callback notifications.
ContextCallback.Default<C>
Modifier and Type | Method and Description |
---|---|
void |
onRejected(C context,
Collection<ErrorReport> errors)
The script was rejected.
|
void |
onSuccess(C context)
The script was applied successfully.
|
onError
void onSuccess(C context)
context
- the context object supplied when making the callvoid onRejected(C context, Collection<ErrorReport> errors)
context
- the context object supplied when making the callerrors
- the detail of why the script was rejectedCopyright © 2020 Push Technology Ltd. All Rights Reserved.