Uses of Interface
org.apache.wicket.util.watch.IModificationWatcher

Packages that use IModificationWatcher
org.apache.wicket.settings   
org.apache.wicket.util.watch This package provides modification watchers. 
 

Uses of IModificationWatcher in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return IModificationWatcher
 IModificationWatcher IResourceSettings.getResourceWatcher(boolean start)
           
 IModificationWatcher Settings.getResourceWatcher(boolean start)
           
 

Methods in org.apache.wicket.settings with parameters of type IModificationWatcher
 void IResourceSettings.setResourceWatcher(IModificationWatcher watcher)
          Sets the resource watcher
 void Settings.setResourceWatcher(IModificationWatcher watcher)
           
 

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

Classes in org.apache.wicket.util.watch that implement IModificationWatcher
 class ModificationWatcher
          Monitors one or more IModifiable objects, calling a IChangeListener when a given object's modification time changes.
 



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