public interface IAjaxAfterExecutionCallback
extends com.helger.commons.callback.ICallback
IAjaxInvoker to get notified
after an IAjaxExecutor was invoked.| Modifier and Type | Method and Description |
|---|---|
void |
onAfterExecution(IAjaxInvoker aInvoker,
String sFunctionName,
com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
IAjaxExecutor aExecutor,
com.helger.photon.app.PhotonUnifiedResponse aAjaxResponse)
Callback method
|
void onAfterExecution(@Nonnull IAjaxInvoker aInvoker, @Nonnull String sFunctionName, @Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, @Nonnull IAjaxExecutor aExecutor, @Nonnull com.helger.photon.app.PhotonUnifiedResponse aAjaxResponse)
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 usedaAjaxResponse - The created Ajax responseCopyright © 2014–2019 Philip Helger. All rights reserved.