public interface IAjaxLongRunningExecutionCallback
extends com.helger.commons.callback.ICallback
IAjaxInvoker to get notified
on long running executions.| Modifier and Type | Method and Description |
|---|---|
void |
onLongRunningExecution(IAjaxInvoker aInvoker,
String sFunctionName,
com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
IAjaxExecutor aAjaxHandler,
long nExecutionMillis)
Callback method
|
void onLongRunningExecution(@Nonnull IAjaxInvoker aInvoker, @Nonnull String sFunctionName, @Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, @Nonnull IAjaxExecutor aAjaxHandler, @Nonnegative long nExecutionMillis)
aInvoker - The IAjaxInvoker object that invoked the AJAX functionsFunctionName - The name of the invoked functionaRequestScope - The request scope of the current invocationaAjaxHandler - The handler that was usednExecutionMillis - The execution time in millisecondsCopyright © 2014–2019 Philip Helger. All rights reserved.