public interface RemoveInterceptor<MODEL> extends Interceptor
| Modifier and Type | Method and Description |
|---|---|
void |
onRemove(MODEL model,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
void onRemove(MODEL model, InterceptorContext ctx) throws InterceptorException
modelService.removeAll() method.model - the model which should be removedctx - the InterceptorContextInterceptorException - if the remove reports an errorCopyright © 2018 SAP SE. All Rights Reserved.