| Interface | Description |
|---|---|
| IAjaxAfterExecutionCallback |
Callback interface to be used with the
IAjaxInvoker to get notified
after an IAjaxExecutor was invoked. |
| IAjaxBeforeExecutionCallback |
Callback interface to be used with the
IAjaxInvoker to get notified
before an IAjaxExecutor is invoked. |
| IAjaxExceptionCallback |
Callback interface to handle thrown exception objects from the Ajax servlet.
|
| IAjaxLongRunningExecutionCallback |
Callback interface to be used with the
IAjaxInvoker to get notified
on long running executions. |
| Class | Description |
|---|---|
| LoggingAjaxExceptionCallback |
Implementation of
IAjaxExceptionCallback logging to an SLF4J logger |
| LoggingAjaxLongRunningExecutionCallback |
Copyright © 2014–2019 Philip Helger. All rights reserved.