Uses of Interface
org.apache.wicket.ajax.AjaxRequestTarget.IListener

Packages that use AjaxRequestTarget.IListener
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
 void AjaxRequestTarget.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
 class AjaxEnclosureListener
          This listener adds Enclosures to AjaxTarget, where the child controller of the said Enclosure is already added.
 



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