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

Packages that use IModificationWatcher
org.apache.wicket.resource Locale aware resouce loaders. 
org.apache.wicket.settings   
org.apache.wicket.settings.def   
org.apache.wicket.util.watch This package provides modification watchers. 
 

Uses of IModificationWatcher in org.apache.wicket.resource
 

Methods in org.apache.wicket.resource that return IModificationWatcher
 IModificationWatcher IPropertiesFactoryContext.getResourceWatcher(boolean start)
           
 

Uses of IModificationWatcher in org.apache.wicket.settings
 

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

Uses of IModificationWatcher in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return IModificationWatcher
 IModificationWatcher ResourceSettings.getResourceWatcher(boolean start)
           
 

Methods in org.apache.wicket.settings.def with parameters of type IModificationWatcher
 void ResourceSettings.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 © 2006-2011 Apache Software Foundation. All Rights Reserved.