Interface IAjaxAfterExecutionCallback

  • All Superinterfaces:
    com.helger.commons.callback.ICallback

    public interface IAjaxAfterExecutionCallback
    extends com.helger.commons.callback.ICallback
    Callback interface to be used with the IAjaxInvoker to get notified after an IAjaxExecutor was invoked.
    Author:
    Philip Helger
    • Method Detail

      • onAfterExecution

        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)
        Callback method
        Parameters:
        aInvoker - The IAjaxInvoker object that invoked the AJAX function
        sFunctionName - The name of the invoked function
        aRequestScope - The request scope of the current invocation
        aExecutor - The executor that will be used
        aAjaxResponse - The created Ajax response