Interface IAPIAfterExecutionCallback

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

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

      • onAfterExecution

        void onAfterExecution​(@Nonnull
                              IAPIInvoker aInvoker,
                              @Nonnull
                              InvokableAPIDescriptor aInvokableDescriptor,
                              @Nonnull
                              com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)
        Callback method
        Parameters:
        aInvoker - The IAPIInvoker object that invoked the AJAX function
        aInvokableDescriptor - The descriptor to be invoked.
        aRequestScope - The request scope of the current invocation