org.apache.wicket.ajax
Interface AjaxRequestTarget.ITargetRespondListener

All Known Implementing Classes:
AbstractTree, BaseTree, DefaultAbstractTree, LabelTree, LinkTree, Tree, TreeTable
Enclosing class:
AjaxRequestTarget

public static interface AjaxRequestTarget.ITargetRespondListener

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
 void onTargetRespond(AjaxRequestTarget target)
          Invoked when AjaxRequestTarget is about the respond.
 

Method Detail

onTargetRespond

void onTargetRespond(AjaxRequestTarget target)
Invoked when AjaxRequestTarget is about the respond.

Parameters:
target -


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.