Interface IAjaxBeforeExecutionCallback

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

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

      • onBeforeExecution

        void onBeforeExecution​(@Nonnull
                               IAjaxInvoker aInvoker,
                               @Nonnull
                               String sFunctionName,
                               @Nonnull
                               com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
                               @Nonnull
                               IAjaxExecutor aExecutor)
        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