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 Settings.getResourceWatcher(boolean start)
           
 IModificationWatcher IResourceSettings.getResourceWatcher(boolean start)
           
 

Methods in org.apache.wicket.settings with parameters of type IModificationWatcher
 void Settings.setResourceWatcher(IModificationWatcher watcher)
           
 void IResourceSettings.setResourceWatcher(IModificationWatcher watcher)
          Sets the resource 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-2011 Apache Software Foundation. All Rights Reserved.