public class LoggingAjaxLongRunningExecutionCallback extends Object implements IAjaxLongRunningExecutionCallback
| Constructor and Description |
|---|
LoggingAjaxLongRunningExecutionCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onLongRunningExecution(IAjaxInvoker aInvoker,
String sFunctionName,
com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
IAjaxExecutor aExecutor,
long nExecutionMillis)
Callback method
|
public LoggingAjaxLongRunningExecutionCallback()
public void onLongRunningExecution(@Nonnull IAjaxInvoker aInvoker, @Nonnull String sFunctionName, @Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, @Nonnull IAjaxExecutor aExecutor, @Nonnegative long nExecutionMillis)
IAjaxLongRunningExecutionCallbackonLongRunningExecution in interface IAjaxLongRunningExecutionCallbackaInvoker - The IAjaxInvoker object that invoked the AJAX functionsFunctionName - The name of the invoked functionaRequestScope - The request scope of the current invocationaExecutor - The handler that was usednExecutionMillis - The execution time in millisecondsCopyright © 2014–2019 Philip Helger. All rights reserved.