Interface AjaxRequestTarget.ITargetRespondListener

Enclosing interface:
AjaxRequestTarget
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Components can implement this interface to get a notification when AjaxRequestTarget begins to respond. This can be used to postpone adding components to AjaxRequestTarget until the response begins.
Author:
Matej Knopp
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when AjaxRequestTarget is about to respond.