Package com.helger.photon.ajax.callback
-
Interface Summary Interface Description IAjaxAfterExecutionCallback Callback interface to be used with theIAjaxInvokerto get notified after anIAjaxExecutorwas invoked.IAjaxBeforeExecutionCallback Callback interface to be used with theIAjaxInvokerto get notified before anIAjaxExecutoris invoked.IAjaxExceptionCallback Callback interface to handle thrown exception objects from the Ajax servlet.IAjaxLongRunningExecutionCallback Callback interface to be used with theIAjaxInvokerto get notified on long running executions. -
Class Summary Class Description LoggingAjaxExceptionCallback Implementation ofIAjaxExceptionCallbacklogging to an SLF4J loggerLoggingAjaxLongRunningExecutionCallback