Uses of Interface
org.apache.wicket.util.listener.IChangeListener

Packages that use IChangeListener
org.apache.wicket.application   
org.apache.wicket.util.watch This package provides modification watchers. 
 

Uses of IChangeListener in org.apache.wicket.application
 

Methods in org.apache.wicket.application with parameters of type IChangeListener
 void ReloadingClassLoader.setListener(IChangeListener listener)
          Sets the listener that will be notified when a class changes
 

Uses of IChangeListener in org.apache.wicket.util.watch
 

Methods in org.apache.wicket.util.watch with parameters of type IChangeListener
 boolean ModificationWatcher.add(IModifiable modifiable, IChangeListener listener)
           
 boolean IModificationWatcher.add(IModifiable modifiable, IChangeListener listener)
          Adds an IModifiable object and an IChangeListener object to call when the modifiable object is modified.
 



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