Uses of Interface
org.apache.wicket.ajax.AjaxRequestTarget.IListener
-
Packages that use AjaxRequestTarget.IListener Package Description org.apache.wicket.ajax org.apache.wicket.protocol.http HTTP implementation. -
-
Uses of AjaxRequestTarget.IListener in org.apache.wicket.ajax
Methods in org.apache.wicket.ajax with parameters of type AjaxRequestTarget.IListener Modifier and Type Method Description voidAjaxRequestHandler. addListener(AjaxRequestTarget.IListener listener)voidAjaxRequestTarget. addListener(AjaxRequestTarget.IListener listener)Adds a listener to this target -
Uses of AjaxRequestTarget.IListener in org.apache.wicket.protocol.http
Classes in org.apache.wicket.protocol.http that implement AjaxRequestTarget.IListener Modifier and Type Class Description classAjaxEnclosureListenerThis listener adds Enclosures to AjaxTarget, where the child controller of the said Enclosure is already added.
-