public interface IAjaxBeforeExecutionCallback
extends com.helger.commons.callback.ICallback
IAjaxInvoker to get notified
before an IAjaxExecutor is invoked.| Modifier and Type | Method and Description |
|---|---|
void |
onBeforeExecution(IAjaxInvoker aInvoker,
String sFunctionName,
com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
IAjaxExecutor aExecutor)
Callback method
|
void onBeforeExecution(@Nonnull IAjaxInvoker aInvoker, @Nonnull String sFunctionName, @Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, @Nonnull IAjaxExecutor aExecutor)
aInvoker - The IAjaxInvoker object that invoked the AJAX functionsFunctionName - The name of the invoked functionaRequestScope - The request scope of the current invocationaExecutor - The executor that will be usedCopyright © 2014–2019 Philip Helger. All rights reserved.