List of usage examples for org.apache.wicket.ajax AjaxRequestTarget.IListener interface-usage
From source file org.jabylon.rest.ui.wicket.components.AjaxFeedbackListener.java
/** * Provides pages which implement {@link IAjaxFeedbackPage} the ability to display * page-level feedback messages after AJAX requests */ public class AjaxFeedbackListener implements AjaxRequestTarget.IListener {
From source file org.wicketopia.listener.ajax.AutoFeedbackListener.java
/**
* Add this to your AjaxRequestTarget and your feedback panels will automatically be included
* in the AJAX response if they have messages.
*
* @since 1.0
*/